in with the new
This commit is contained in:
13
webpack.check.js
Normal file
13
webpack.check.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const webpack = require('webpack')
|
||||
const path = require('path')
|
||||
const deepMerge = require('deepmerge')
|
||||
const webpackConfig = require('./webpack-dist-bundle.config.js')
|
||||
const DEPS_CHECK_DIR = require('./package.json').config.deps_check_dir
|
||||
|
||||
module.exports = deepMerge(
|
||||
webpackConfig, {
|
||||
output: {
|
||||
path: path.join(__dirname, DEPS_CHECK_DIR)
|
||||
}
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user