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 656c398 commit 1792383Copy full SHA for 1792383
webpack.config.js
@@ -6,6 +6,8 @@ const config = {
6
output: {
7
path: `${__dirname}/dist`,
8
filename: 'js-scroll-effect-module.js',
9
+ library: 'SCROLL_EFFECT_MODULE',
10
+ libraryExport: 'default',
11
libraryTarget: 'umd'
12
},
13
module: {
0 commit comments