js2ts: entrance, webpack(entrance/dist_js)

This commit is contained in:
2021-08-26 01:25:58 +09:00
parent 3961ff5185
commit b02bf2e596
21 changed files with 474 additions and 446 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ module.exports = (env) => {
},
output: {
filename: '[name].js',
path: path.resolve(__dirname, 'js'),
path: path.resolve(__dirname, 'dist_js'),
},
mode: 'production',
devtool: 'source-map',
@@ -176,7 +176,7 @@ module.exports = (env) => {
plugins: [
new VueLoaderPlugin(),
new MiniCssExtractPlugin({
filename: '../css/[name].css'
filename: '../dist_css/[name].css'
}),
//new BundleAnalyzerPlugin()
],