I am working on https://github.com/CesiumGS/cesium-webpack-example.
This is very simple web pack configured web app.
It works well with webpack 4(original version).
But after I update web pack version, it shows following error.
Module not found: Error: Package path ./Build/Cesium/Widgets/widgets.css is not exported from package E:\MyResearch\CesiumJsGIS\node_modules\cesium (see exports fiel
d in E:\MyResearch\CesiumJsGIS\node_modules\cesium\package.json)
In a short I could not import css file from node_module.
hope you export widgets.css in package.json.
I am working on https://github.com/CesiumGS/cesium-webpack-example.
This is very simple web pack configured web app.
It works well with webpack 4(original version).
But after I update web pack version, it shows following error.
Module not found: Error: Package path ./Build/Cesium/Widgets/widgets.css is not exported from package E:\MyResearch\CesiumJsGIS\node_modules\cesium (see exports fiel
d in E:\MyResearch\CesiumJsGIS\node_modules\cesium\package.json)
In a short I could not import css file from node_module.
hope you export widgets.css in package.json.