README
@aiou/webpack-loader-template
build webpack loader
install
yarn add @aiou/webpack-loader-template -D
features
- Watch mode
- Build with
tsc - Replace
aliaspath torealpath
development
- Setup -
yarn * yarn dev - Build -
yarn build
Q&A
the exec queue of webpack-loaders
[ { loader: 'loader-one' }, { loader: 'loader-two' }, ]loader-twois beforeloader-onehow webpack-loader work
webpack output resource-file in string-format to webpack-loader