Devesh Kaushal
Devesh Kaushal
Thanks @vankop for picking it up. I'm sorry that won't be feasible due to complex setup however I can share detailled error if that can help to point out root...
> Why you polyfill Node.js runtime? @alexander-akait - After removing this dependency as well doesn't make any difference. Still same error `ERROR in ./app/sass/**/main.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): TypeError:...
Can anyone help me with resolution please? :(
Hi @alexander-akait - After removing polyfill node runtime as well, I'm getting same error. When we say rewrite module exports. I didn't get that. Can you share some example that...
Sure @alexander-akait . Here below is our webpack config `function configSetup(BRAND) { return { devtool: 'source-map', entry: ['webpack-hot-middleware/client', `${APP_DIR}/journeys/myJourney/app.mount.jsx`, `${APP_DIR}/sass/${BRAND}/main.scss`], mode: 'development', module: { rules: Object.values(loaders), }, name: BRAND, output:...
"start": "set NODE_OPTIONS=--max-old-space-size=6144 && webpack serve -c webpack/webpack.config.dev.js --hot --inline" within package.json and then run it as npm start from cli
Ahh, ok. Shall I share my package.json to identify which dependency is injecting core-js polyfill in runtime? I can see as below +-- @pmmmwh/[email protected] | `-- [email protected] `-- [email protected] `--...
I'm afraid actually repo is on private network can't be accessed on public network. Also I tried removing parent dependency injected core-js-pure as child however then I get into another...
I can understand it is tough to advice based on information shared. However can you suggest something based on information shared so far? Also do you know why all these...
Hi @alexander-akait I'm able to get to rid of above error without doing much changes and now I'm able to build the scss files as well by tweaking babel-loader exclude/include...