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

WIP better dev build system

parent c38d90d6
No related branches found
No related tags found
No related merge requests found
node_modules/ node_modules/
annotot-db/
annotations-plugin/
mirador-video-annotation/
Subproject commit 2e0f1994a94020a2006d5944943c7ffda3d162b1 Subproject commit 06c568bf8457db90beac98a2492accccaf4cac46
Subproject commit d66f151be9dadbce9cd22e1840d3e1a0560b4358 Subproject commit 756254b8a60d2d43e34bc89fa90152e559b63668
...@@ -11,7 +11,7 @@ module.exports = { ...@@ -11,7 +11,7 @@ module.exports = {
}, },
devServer: { devServer: {
hot: true, hot: true,
watchFiles: ['src/**/*'], watchFiles: ['src/**/*', 'mirador-video-annotation/dist/es/**/*', 'annotations-plugin/es/**/*'],
client: { client: {
logging: 'verbose', logging: 'verbose',
overlay: true, overlay: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment