Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2e4cc7

Browse files
committed
fix: Typo and libname
1 parent25cf58a commite2e4cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎webpack.config.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const {
1212

1313
constisProduction=process.env.NODE_ENV==='production';
1414

15-
constlibraryName='js-is-type';
15+
constlibraryName='js-is-empty';
1616

1717
constbanner=`
1818
${name} v${version}
@@ -40,13 +40,13 @@ module.exports = {
4040
rules:[
4141
{
4242
test:/\.js$/,
43+
exclude:/node_modules/,
4344
use:{
4445
loader:'babel-loader',
4546
options:{
4647
presets:['@babel/preset-env']
4748
}
48-
},
49-
exclude:/node_modules/
49+
}
5050
}
5151
]
5252
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp