@aiou/webpack-loader-template
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

@aiou/webpack-loader-template

build webpack loader

npm GitHub stackblitz

Edit on StackBlitz ⚡️

install

yarn add @aiou/webpack-loader-template -D

features

  • Watch mode
  • Build with tsc
  • Replace alias path to real path

development

  • Setup - yarn * yarn dev
  • Build - yarn build

Q&A

  • the exec queue of webpack-loaders

    [
      {
        loader: 'loader-one'
      },
      {
        loader: 'loader-two'
      },
    ]

    loader-two is before loader-one

  • how webpack-loader work

    webpack output resource-file in string-format to webpack-loader

Readme

Keywords

Package Sidebar

Install

npm i @aiou/webpack-loader-template

Weekly Downloads

1

Version

0.2.5

License

MIT

Unpacked Size

17.3 kB

Total Files

27

Last publish

Collaborators

  • qidanta