2.3.0 • Published 3 years ago

@midwayjs/hooks-loader v2.3.0

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

3 years ago

2.4.0-alpha.0

3 years ago

2.3.0

3 years ago

2.3.0-next.1

3 years ago

2.3.0-next.0

3 years ago

2.2.5-next.7

3 years ago

2.2.5-next.6

3 years ago

2.2.5-next.5

3 years ago

2.2.5-next.4

3 years ago

2.2.5-next.3

3 years ago

2.2.5-next.2

3 years ago

2.2.5-next.1

3 years ago

2.2.5-next.0

3 years ago

2.2.4

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.0-next.11

3 years ago

2.2.0-next.12

3 years ago

2.2.0-next.10

3 years ago

2.2.0-next.9

3 years ago

2.2.0-next.8

3 years ago

2.2.0-next.7

3 years ago

2.2.0-next.6

3 years ago

2.2.0-next.5

3 years ago

2.2.0-next.4

3 years ago

2.2.0-next.3

3 years ago

2.2.0-next.2

3 years ago

2.2.0-next.1

3 years ago

2.2.0-next.0

3 years ago

2.1.0-next.7

3 years ago

2.1.0

3 years ago

2.1.0-next.6

3 years ago

2.1.0-next.5

3 years ago

2.1.0-next.2

3 years ago

2.1.0-next.4

3 years ago

2.1.0-next.3

3 years ago

2.1.0-next.1

3 years ago

2.1.0-next.0

3 years ago

2.0.1-next.0

3 years ago

2.0.0-next.5

3 years ago

2.0.0

3 years ago

2.0.0-next.4

3 years ago

2.0.0-next.2

3 years ago

2.0.0-next.1

3 years ago

2.0.0-next.0

3 years ago

1.0.4-beta.1

3 years ago

1.0.4-beta.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-canary.7

3 years ago

1.0.0-canary.6

3 years ago

1.0.0-canary.4

3 years ago

1.0.0-canary.5

3 years ago

1.0.0-canary.3

3 years ago

1.0.0-canary.2

3 years ago

1.0.0-canary.1

3 years ago

1.0.0-canary.0

3 years ago

0.0.50

4 years ago

0.0.49

4 years ago

0.0.48

4 years ago

0.0.47

4 years ago

0.0.46

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.45

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.39

4 years ago

0.0.37

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.34

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.31

4 years ago