We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32f0e1 commit 1dc6101Copy full SHA for 1dc6101
webpack.config.js
@@ -1,7 +1,6 @@
1
const pkg = require('./package.json');
2
3
-const comment = `JS SCROLL EFFECT MODULE (JavaScript Library)
4
- ${pkg.name}
+const comment = `@yama-dev/${pkg.name}
5
Version ${pkg.version}
6
Repository ${pkg.repository.url}
7
Copyright ${pkg.author}
@@ -45,7 +44,7 @@ const config = {
45
44
},
46
{
47
test: /\.js$/,
48
- exclude: /node_modules/,
+ exclude: /node_modules[//\/](?!(@yama\-dev)\/).*/,
49
use: {
50
loader: 'babel-loader',
51
options: {
0 commit comments