Skip to content

Commit

Permalink
Merge pull request alibaba-fusion#1594 from youluna/fix-correct-side-…
Browse files Browse the repository at this point in the history
…effect-path

fix(*): correct sideEffect path
  • Loading branch information
youluna authored Feb 21, 2020
2 parents cb6597c + 9e52828 commit 7605f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"es/**/style.js",
"lib/**/style.js",
"*.scss"
],
"scripts": {
Expand Down

0 comments on commit 7605f6e

Please sign in to comment.