Мелкие поправки
This commit is contained in:
@@ -16,8 +16,6 @@ module.exports = merge(baseWpConfig, {
|
|||||||
test: /\.vue$/,
|
test: /\.vue$/,
|
||||||
loader: "vue-loader"
|
loader: "vue-loader"
|
||||||
},
|
},
|
||||||
// это будет применяться к файлам `.css`
|
|
||||||
// А ТАКЖЕ к секциям `<style>` внутри файлов `.vue`
|
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
use: [
|
use: [
|
||||||
|
|||||||
@@ -28,9 +28,6 @@ module.exports = merge(baseWpConfig, {
|
|||||||
"NODE_ENV": JSON.stringify("production")
|
"NODE_ENV": JSON.stringify("production")
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new webpack.LoaderOptionsPlugin({
|
|
||||||
minimize: true
|
|
||||||
}),
|
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: "[name].css"
|
filename: "[name].css"
|
||||||
})
|
})
|
||||||
|
|||||||
1682
package-lock.json
generated
1682
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -39,6 +39,7 @@
|
|||||||
"webpack-merge": "^4.1.5"
|
"webpack-merge": "^4.1.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"axios": "^0.18.0",
|
||||||
"bluebird": "^3.5.3",
|
"bluebird": "^3.5.3",
|
||||||
"express": "^4.16.4",
|
"express": "^4.16.4",
|
||||||
"lazy.js": "^0.5.1",
|
"lazy.js": "^0.5.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user