ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

update to webpack 4 #76

Closed christopher-johnson closed 5 years ago

christopher-johnson commented 5 years ago

webpack build is currently using webpack 3. The webpack API has changed between 3 and 4 and many plugins are different. default config file will also have to be rewritten.

christopher-johnson commented 5 years ago

a PR will also need to update the eslint-loader and associated plugins. Also, anything related to babel-loader should also be updated.