1
0
mirror of synced 2025-12-07 22:18:17 +08:00
Files
eruda/build/webpack.polyfill.js
2023-04-01 22:46:01 +08:00

11 lines
198 B
JavaScript

const path = require('path')
module.exports = {
mode: 'production',
entry: './src/polyfill',
output: {
path: path.resolve(__dirname, '../dist'),
filename: 'eruda-polyfill.js',
},
}