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
My webpack.renderer.additions.js contains just nothing for the moment (to be sure the problem doesn't come from any third party lib, as you see I plan to use handlebars):
ERROR in ./src/renderer/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL] D:\...\my-app\src\renderer\index.js: .default is not a valid Plugin property
How can I fix the problem?
When I remove "electronWebpack..." from package.json, it works fine. It seems I can't modify the webpack conf...
The text was updated successfully, but these errors were encountered:
Hi,
My conf is: Win7, node v8.12.0, yarn 1.9.2. Here's what I did :
git clone https://github.com/electron-userland/electron-webpack-quick-start.git my-app
I changed
package.json
, adding:My webpack.renderer.additions.js contains just nothing for the moment (to be sure the problem doesn't come from any third party lib, as you see I plan to use handlebars):
I cleaned the
src/renderer/index.js
=> blankand when I do
yarn dev
, I get :How can I fix the problem?
When I remove "electronWebpack..." from package.json, it works fine. It seems I can't modify the webpack conf...
The text was updated successfully, but these errors were encountered: