hfhbd
05/31/2022, 7:13 PMwebpackTask { cssSupport.enabled = true }
in the library (bootstrap-compose) as well as in the consumer project. Executing a full build or just browserWebpack creates working js file, which is good. But I am not able to use browserDevelopmentRun
anymore:
Module parse failed: Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
> @charset "UTF-8";/*!
How can I use the loader in browserRun
too?Big Chungus
05/31/2022, 7:25 PMBig Chungus
05/31/2022, 7:25 PMBig Chungus
05/31/2022, 7:26 PMBig Chungus
05/31/2022, 7:26 PMhfhbd
05/31/2022, 7:29 PMBig Chungus
05/31/2022, 7:31 PMhfhbd
05/31/2022, 7:31 PMBig Chungus
05/31/2022, 7:35 PM