mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
change webpack libraryTarget to umd
This commit is contained in:
parent
0991a87b73
commit
9b98980efd
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
module.exports = {
|
||||
entry: './js/embark.js',
|
||||
output: {
|
||||
libraryTarget: 'var',
|
||||
libraryTarget: 'umd',
|
||||
library: 'EmbarkJS',
|
||||
path: './js/build',
|
||||
path: __dirname + '/js/build',
|
||||
filename: 'embark.bundle.js'
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user