brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

Import of .scss files into .js Files are not built in the bundle.css file #59

Open rothaermel opened 4 years ago

rothaermel commented 4 years ago

If you want to split up your code into .js-modules only the dev server will show the imported .sccs changes. After the build, no .css settings of the module will be imported in the bundle.css file ... Worked in the Kirby 2 repro, only.

image