1.0.1 • Published 1 year ago

embedded-css-template-strings-webpack-loader v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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-loader

Change into the test directory and start the webpack server

cd packages/cssup-webpack-laoder/test
npm start

The test application should open in your browser.