python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
configuration.optimization has an unknown property 'chunkIds'
i use webpack v4, i see optimization.chunkIds field in doc: https://v4.webpack.js.org/configuration/optimization/#optimizationchunkids. but when i use in webpack.config.js i get an err;
Invalid config...
chengfengwang
Votes: 0
Answers: 1
How to pass loader options with Resolve.Alias
I want to pass options to 'raw-loader' while using alias since the use of loader ['base64-inline-loader' or 'raw-loader'] will be conditional for *.csv
if(condition) {
require('raw-loader!files/fil...
Rafał.S
Votes: 0
Answers: 0
Webpack generate multiple entry
I need to configure the webpack so that it compile scripts and styles in the development folder, each folder has its own name. It should transfer the compiled files to another directory with the same ...

Frallen
Votes: 0
Answers: 0
How can I dynamically import from an NPM package referencing source files directly?
I have an NPM package that includes the original source for the bundled module (henceforth referred to as the Feature Package), which is made up of typescript and react code. I have another package th...
w.brian
Votes: 0
Answers: 0