0.2.5 • Published 3 years ago

@aiou/webpack-loader-template v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.1.6

3 years ago

0.1.2

5 years ago

0.1.1

5 years ago