update versions and solved related issues
This commit is contained in:
parent
af1871a600
commit
9548af9982
6 changed files with 2041 additions and 9385 deletions
|
|
@ -3,8 +3,8 @@ const webpack = require('webpack');
|
|||
|
||||
module.exports = {
|
||||
entry: './index.js',
|
||||
// debug: true,
|
||||
devtool: 'source-map',
|
||||
mode: 'development',
|
||||
output: {
|
||||
filename: 'mirador-integration.js',
|
||||
path: path.resolve(__dirname, './'),
|
||||
|
|
@ -12,8 +12,10 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new webpack.optimize.LimitChunkCountPlugin({
|
||||
maxChunks: 1, // disable creating additional chunks
|
||||
maxChunks: 1,
|
||||
})
|
||||
],
|
||||
|
||||
};
|
||||
],
|
||||
resolve: {
|
||||
fallback: { "url": false }
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue