Skip to content

Commit 356c996

Browse files
committed
update setting
1 parent 569a409 commit 356c996

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
build/
2-
node_modules/
32
dist/
43
design/

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
rules: [
1515
{
1616
test: /\.css$/,
17-
exclude: /node_modules|build|dist|design/,
17+
exclude: /build|dist|design/,
1818
use: ["style-loader", "css-loader"],
1919
},
2020
],

0 commit comments

Comments
 (0)