-
Notifications
You must be signed in to change notification settings - Fork 25
DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic #31
Comments
@axetroy Not sure if this issue is related to the plugin, please make sure your Webpack config is valid. If everything is ok on your side, a minimal repro example would be nice to have so I can reproduce the issue. |
@roman01la only load this plugin and Babel. it this plugin not compatible with Webpack2? |
@axetroy It is compatible. I need a minimal project to reproduce the issue, so I can help you. |
@roman01la |
I create a mini project in here https://github.com/axetroy/webpack-closure-compiler-example run the command git clone https://github.com/axetroy/webpack-closure-compiler-example.git
yarn # npm install
yarn run build # npm run build |
@axetroy thanks, I'll try this later today and get back to you |
I'm receiving the same exact issue on Windows. I have an npm script with a |
@axetroy I was about to test the project but the repo appears to be deleted. Could you please bring it back? Sorry for delay. |
@roman01la recommend looking up this webpack loader-utils issue and setting |
This is actually not an issue with this plugin. ADVANCED compilation with Google Closure Compiler requires you to use externs when referencing external JavaScript. E.g |
Does anyone still experience the issue? |
I config the plugin use example in [email protected]
build and throw an error
The text was updated successfully, but these errors were encountered: