install: php 단에서 npm 설치 환경 구성

This commit is contained in:
2021-09-08 23:50:38 +09:00
parent 3ab349af6e
commit 69fa1dac6c
6 changed files with 113 additions and 15 deletions
+3 -5
View File
@@ -60,6 +60,7 @@ module.exports = (env, argv) => {
extractComments: true,
}),
],
moduleIds: 'deterministic',
},
module: {
rules: [
@@ -93,9 +94,6 @@ module.exports = (env, argv) => {
loader: 'vue-loader',
exclude: /(node_modules)/,
options: {
/*transformAssetUrls: {
png: [],
},*/
hotReload: false,
}
},
@@ -222,6 +220,7 @@ module.exports = (env, argv) => {
extractComments: true,
}),
],
moduleIds: 'deterministic',
},
module: {
rules: [{
@@ -232,7 +231,6 @@ module.exports = (env, argv) => {
options: {
presets: [
['@babel/preset-env', {
"targets": "> 0.2%, not ie>8, not op_mini all",
"useBuiltIns": "usage",
"corejs": 3,
"modules": false
@@ -299,6 +297,7 @@ module.exports = (env, argv) => {
extractComments: true,
}),
],
moduleIds: 'deterministic',
},
module: {
rules: [{
@@ -309,7 +308,6 @@ module.exports = (env, argv) => {
options: {
presets: [
['@babel/preset-env', {
"targets": "> 0.2%, not ie>8, not op_mini all",
"useBuiltIns": "usage",
"corejs": 3,
"modules": false