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 c5dbc91 commit 65085cfCopy full SHA for 65085cf
webpack.config.js
@@ -8,7 +8,9 @@ module.exports = {
8
},
9
output: {
10
path: './dist',
11
- publicPath: '/'
+ publicPath: '/',
12
+ library: 'VueInfiniteLoading',
13
+ libraryTarget: 'umd'
14
15
resolve: {
16
extensions: ['', '.js', '.vue']
@@ -62,7 +64,6 @@ module.exports = {
62
64
// production configurations
63
65
if (process.env.NODE_ENV === 'production') {
66
module.exports.output.filename = '[name].js';
- module.exports.output.chunkFilename = "[id].js";
67
68
module.exports.plugins = [
69
new webpack.DefinePlugin({
0 commit comments