embedded-css-template-strings-webpack-loader
v1.0.1
Published
webpack loader for extracting embedded css template strings to build modules
Readme
Embedded CSS Template Strings webpack Loader
webpack loader for extracting embedded css template strings to build modules.
Development
The /test directory contains an example setup to develop against.
Start the compiler in watch mode for the plugin
npm run watch --workspace=embedded-css-template-strings-webpack-loaderChange into the test directory and start the webpack server
cd packages/cssup-webpack-laoder/test
npm startThe test application should open in your browser.
