liferay-npm-bundler-loader-style-loader
v2.32.2
Published
A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.
Downloads
3,381
Maintainers
Keywords
Readme
liferay-npm-bundler-loader-style-loader
A liferay-npm-bundler loader that turns CSS files into JavaScript modules that inject the CSS into the HTML when they are required.
Installation
npm install --save-dev liferay-npm-bundler-loader-style-loaderUsage
In order to use this loader you must declare a rule in your module's .npmbundlerrc file:
{
"rules": [
{
"test": "\\.css$",
"use": ["style-loader"]
}
]
}See the project's documentation for more information on how to use build rules.
