mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue