Skip to content
Snippets Groups Projects
Commit e3468418 authored by Alexander Rose's avatar Alexander Rose
Browse files

more specific path for watching extra webpack files

parent 46fc3ab2
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,11 @@ module.exports = { ...@@ -17,7 +17,11 @@ module.exports = {
}, },
plugins: [ plugins: [
new ExtraWatchWebpackPlugin({ new ExtraWatchWebpackPlugin({
files: [ './**/*.vert', './**/*.frag', './**/*.glsl' ], files: [
'./build/node_modules/**/*.vert',
'./build/node_modules/**/*.frag',
'./build/node_modules/**/*.glsl'
],
}), }),
], ],
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment