build(WIP): printDist를 모든 코드에 적용
- 현재 summernote 미작동
This commit is contained in:
+2
-2
@@ -275,7 +275,7 @@ module.exports = (env, argv) => {
|
||||
}
|
||||
};
|
||||
const gateway = {
|
||||
name: `gateway_${versionTarget}`,
|
||||
name: `gateway`,
|
||||
resolve: {
|
||||
extensions: [".js", ".ts", ".tsx"],
|
||||
alias: {
|
||||
@@ -295,7 +295,7 @@ module.exports = (env, argv) => {
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: resolve(outputPath, 'gateway')
|
||||
path: resolve(__dirname, 'dist_js', 'gateway')
|
||||
},
|
||||
devtool: 'source-map',
|
||||
optimization,
|
||||
|
||||
Reference in New Issue
Block a user