You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
I'm having trouble getting the webpack-closure-compiler plugin working with webpack-dev-server. I've narrowed it down to this basic webpack.config.js file:
OS: Windows 10
Node: v10.16.1
google-closure-compiler: 20190709.0.0
closure-webpack-plugin: 2.0.1
webpack: 4.39.0
webpack-dev-server: 3.7.2
I'm having trouble getting the
webpack-closure-compiler
plugin working withwebpack-dev-server
. I've narrowed it down to this basicwebpack.config.js
file:Running
webpack
outputs the compiled script as expected. However, runningnpx webpack-dev-server
produces the following:If I disable the ClosurePlugin then
webpack-dev-server
works as expected.Admittedly I'm fairly new to Webpack, so apologies if this is an error with my setup.
The text was updated successfully, but these errors were encountered: