Open Flamenco opened 6 years ago
see https://github.com/webpack/webpack/issues/6026
Webpack has issues when package.json uses "main": "./".
Workaround without changing node-querybuilder source:
module.exports = { resolve: { alias: { // see https://github.com/webpack/webpack/issues/6026 'node-querybuilder': 'node-querybuilder/index.js', }, } }
see https://github.com/webpack/webpack/issues/6026
Webpack has issues when package.json uses "main": "./".
Workaround without changing node-querybuilder source: