fatsify核心功能示例测试!!!
This commit is contained in:
15
node_modules/fastify/test/bundler/webpack/webpack.config.js
generated
vendored
Normal file
15
node_modules/fastify/test/bundler/webpack/webpack.config.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
'use strict'
|
||||
|
||||
const path = require('node:path')
|
||||
|
||||
module.exports = {
|
||||
entry: { success: './src/index.js', failPlugin: './src/fail-plugin-version.js' },
|
||||
target: 'node',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: '[name].js',
|
||||
library: {
|
||||
type: 'commonjs2'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user