Skip to content

Commit 569a409

Browse files
committed
add setting
1 parent d5ab570 commit 569a409

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
/out
88
/dist/win-unpacked
99
/dist/linux-unpacked
10-
/dist
11-
/design
1210

1311
# testing
1412
/coverage

.npmignore

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

webpack.config.js

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

0 commit comments

Comments
 (0)