Skip to content

Commit 1dc6101

Browse files
committed
adjust build settings.
1 parent d32f0e1 commit 1dc6101

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

webpack.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const pkg = require('./package.json');
22

3-
const comment = `JS SCROLL EFFECT MODULE (JavaScript Library)
4-
${pkg.name}
3+
const comment = `@yama-dev/${pkg.name}
54
Version ${pkg.version}
65
Repository ${pkg.repository.url}
76
Copyright ${pkg.author}
@@ -45,7 +44,7 @@ const config = {
4544
},
4645
{
4746
test: /\.js$/,
48-
exclude: /node_modules/,
47+
exclude: /node_modules[//\/](?!(@yama\-dev)\/).*/,
4948
use: {
5049
loader: 'babel-loader',
5150
options: {

0 commit comments

Comments
 (0)