Skip to content

Commit f3fa567

Browse files
authored
Update build.conf.js
1 parent 14b1f25 commit f3fa567

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/build.conf.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
21
const path = require('path')
32
const merge = require('webpack-merge')
43
const baseConfig = require('./base.conf')
5-
64
const resolve = dir => path.join(__dirname, '..', dir)
75

86
module.exports = merge(baseConfig, {

0 commit comments

Comments
 (0)