2.3.0 • Published 4 years ago

@midwayjs/hooks-loader v2.3.0

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

@midwayjs/hooks-loader

The Webpack Loader for integrated calls, which converts calls to backend Api from code into frontend SDK calls.

中文文档

Version Requirements

  • Webpack 4+

Usage

Webpack Chain

function useWebpackChain(config) {
  const MidwayHooksLoader = require.resolve('@midwayjs/hooks-loader')
  ;['jsx', 'tsx'].forEach((type) => {
    config.module.rule(type).use('midway-hooks').loader(MidwayHooksLoader)
  })
  return config
}

react-app-rewired

module.exports = {
  webpack: function (config, env) {
    config.module.rules.unshift({
      test: /\.(js|mjs|jsx|ts|tsx)$/,
      use: [
        {
          loader: require.resolve('@midwayjs/hooks-loader'),
        },
      ],
    })

    return config
  },
}
3.0.0-alpha.0

4 years ago

2.4.0-alpha.0

4 years ago

2.3.0

4 years ago

2.3.0-next.1

4 years ago

2.3.0-next.0

4 years ago

2.2.5-next.7

4 years ago

2.2.5-next.6

4 years ago

2.2.5-next.5

4 years ago

2.2.5-next.4

4 years ago

2.2.5-next.3

4 years ago

2.2.5-next.2

4 years ago

2.2.5-next.1

4 years ago

2.2.5-next.0

4 years ago

2.2.4

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.2.0-next.11

4 years ago

2.2.0-next.12

4 years ago

2.2.0-next.10

4 years ago

2.2.0-next.9

4 years ago

2.2.0-next.8

4 years ago

2.2.0-next.7

4 years ago

2.2.0-next.6

4 years ago

2.2.0-next.5

4 years ago

2.2.0-next.4

4 years ago

2.2.0-next.3

4 years ago

2.2.0-next.2

4 years ago

2.2.0-next.1

4 years ago

2.2.0-next.0

4 years ago

2.1.0-next.7

4 years ago

2.1.0

4 years ago

2.1.0-next.6

4 years ago

2.1.0-next.5

4 years ago

2.1.0-next.2

4 years ago

2.1.0-next.4

4 years ago

2.1.0-next.3

4 years ago

2.1.0-next.1

4 years ago

2.1.0-next.0

4 years ago

2.0.1-next.0

4 years ago

2.0.0-next.5

4 years ago

2.0.0

4 years ago

2.0.0-next.4

4 years ago

2.0.0-next.2

4 years ago

2.0.0-next.1

4 years ago

2.0.0-next.0

4 years ago

1.0.4-beta.1

4 years ago

1.0.4-beta.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-canary.7

5 years ago

1.0.0-canary.6

5 years ago

1.0.0-canary.4

5 years ago

1.0.0-canary.5

5 years ago

1.0.0-canary.3

5 years ago

1.0.0-canary.2

5 years ago

1.0.0-canary.1

5 years ago

1.0.0-canary.0

5 years ago

0.0.50

5 years ago

0.0.49

5 years ago

0.0.48

5 years ago

0.0.47

5 years ago

0.0.46

5 years ago

0.0.42

5 years ago

0.0.43

5 years ago

0.0.45

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.37

5 years ago

0.0.35

5 years ago

0.0.36

5 years ago

0.0.34

5 years ago

0.0.32

5 years ago

0.0.33

5 years ago

0.0.31

5 years ago