create cdn-main
This commit is contained in:
parent
71df31eda9
commit
5527157568
@ -7,8 +7,11 @@ module.exports = {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: 'main.js',
|
||||
clean: true,
|
||||
library: 'CGSelect',
|
||||
libraryTarget: 'umd',
|
||||
library: {
|
||||
name: 'CGSelect',
|
||||
type: 'window',
|
||||
export: 'default',
|
||||
},
|
||||
},
|
||||
// devServer: {
|
||||
// open: true,
|
||||
|
Loading…
Reference in New Issue
Block a user