Browse Source

Update webpack config with jquery. Fixes #273

pull/281/head
Artur Arseniev 9 years ago
parent
commit
7868c4b225
  1. 2
      dist/grapes.min.js
  2. 2
      webpack.config.js

2
dist/grapes.min.js

File diff suppressed because one or more lines are too long

2
webpack.config.js

@ -27,7 +27,7 @@ module.exports = {
library: 'grapesjs',
libraryTarget: 'umd',
},
externals: {jquery: 'jQuery'},
externals: ['jquery'],
plugins: plugins,
module: {
loaders: [{

Loading…
Cancel
Save