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 bc25405 commit b47be46Copy full SHA for b47be46
webpack.config.js
@@ -3,12 +3,12 @@ var webpack = require('webpack')
3
4
module.exports = {
5
entry: {
6
- '../docs/assets/js/app': './src/app.js',
7
- vuecontentloading: './src/core/components.js'
+ 'docs/assets/js/app.js': './src/app.js',
+ 'dist/vuecontentloading.js': './src/core/components.js'
8
},
9
output: {
10
- path: path.resolve(__dirname, './dist'),
11
- filename: '[name].js',
+ path: path.resolve(__dirname, './'),
+ filename: '[name]',
12
library: 'VueContentLoading',
13
libraryTarget: 'umd'
14
0 commit comments