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 887ceed commit 5b294aeCopy full SHA for 5b294ae
webpack.mix.js
@@ -5,5 +5,6 @@ mix.js('src/index.js', 'dist/collapse-transition.js')
5
mix.webpackConfig({
6
output: {
7
libraryTarget: 'umd',
8
+ globalObject: 'this',
9
}
10
})
0 commit comments