mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
feat: webpack pre
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
entry: './src/index.js',
|
||||
output: {
|
||||
filename: 'main.js',
|
||||
path: path.resolve(__dirname, 'dist')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user