Skip to content
Snippets Groups Projects
Commit 8c4f6ead authored by Chris Beer's avatar Chris Beer
Browse files

Update to Webpack 5

parent ef0ab383
Branches
Tags
3 merge requests!4Integrate upstream tests into gitlab ci,!3Update mirador code from official project,!2test gitlab ci (dont merge)
......@@ -4,6 +4,7 @@ module.exports = {
},
server: [{
command: 'npm run server -- -p 4488',
launchTimeout: 180000,
port: 4488,
}],
};
......@@ -27,7 +27,6 @@ const baseConfig = mode => ({
minimizer: [
new TerserPlugin({
extractComments: true,
sourceMap: true,
}),
],
},
......@@ -75,12 +74,12 @@ module.exports = (env, options) => {
return {
...config,
devServer: {
contentBase: [
hot: true,
port: 4444,
static: [
'./__tests__/integration/mirador',
'./__tests__/fixtures',
],
hot: true,
port: 4444,
},
devtool: 'eval-source-map',
mode: 'development',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment