Closed vagonpidarasov closed 5 years ago
I'd like to execute some command (which creates a file) with webpack-dev-server.
File appears in file system
File appears in-memory of webpack-dev-server
see Function in scripts or you . can use js file
scripts: [ 'node ./test/file.js',
Overview
I'd like to execute some command (which creates a file) with webpack-dev-server.
Actual behaviour
File appears in file system
Expected Behaviour
File appears in-memory of webpack-dev-server