0π
β
In your Webpack config, add the file as an external dependency:
module.exports = {
externals: {
myDataFileVariable: './assets/data.json'
}
}
Source:stackexchange.com