Skip to content
Snippets Groups Projects
Verified Commit 73bff104 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Merge branch 'master' into 3-update-mirador

parents 2de71320 86443088
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,12 @@ const baseConfig = mode => ({
minimizer: [
new TerserPlugin({
extractComments: true,
sourceMap: true,
}),
],
},
output: {
filename: 'mirador.min.js',
hashFunction: 'md5',
library: 'Mirador',
libraryExport: 'default',
libraryTarget: 'umd',
......@@ -74,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