liferay-npm-bundler-loader-copy-loader
v2.32.2
Published
A liferay-npm-bundler loader that copies files.
Maintainers
Keywords
Readme
liferay-npm-bundler-loader-copy-loader
A liferay-npm-bundler loader that copies files.
Installation
npm install --save-dev liferay-npm-bundler-loader-copy-loaderUsage
In order to use this loader you must declare a rule in your module's .npmbundlerrc file:
{
"rules": [
{
"test": "^assets/",
"use": ["copy-loader"]
}
]
}See the project's documentation for more information on how to use build rules.
