Skip to content

Commit 6377a57

Browse files
committed
setting
1 parent 356c996 commit 6377a57

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,3 +1,2 @@
1-
build/
21
dist/
32
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: /build|dist|design/,
17+
exclude: /dist|design/,
1818
use: ["style-loader", "css-loader"],
1919
},
2020
],

0 commit comments

Comments
 (0)