0.2.5 • Published 4 years ago

@aiou/webpack-loader-template v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.1.6

4 years ago

0.1.2

6 years ago

0.1.1

6 years ago