mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
[Build] adust globalObject to support module script (#4080)
This commit is contained in:
@@ -16,7 +16,8 @@ module.exports = Object.assign(config, {
|
||||
libraryTarget: 'umd',
|
||||
filename: isMinify ? '[name].min.js' : '[name].js',
|
||||
umdNamedDefine: true,
|
||||
globalObject: 'this'
|
||||
// https://github.com/webpack/webpack/issues/6522
|
||||
globalObject: 'typeof self !== \'undefined\' ? self : this'
|
||||
},
|
||||
externals: {
|
||||
vue: {
|
||||
|
Reference in New Issue
Block a user