Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 506 Bytes

File metadata and controls

23 lines (18 loc) · 506 Bytes

f2e-middle-webpack

npm i f2e-middle-webpack --SD

f2e-server middleware for webpack

.f2econfig.js

module.exports = {
    middlewares: [
        {
            middleware: 'webpack',
            // test 需要配合 webpack 的 output 配置
            test: /^static\//,
            config_file: 'webpack.config.js',
            // options?: WebpackDevMiddleware.Options
        }
    ]
}