mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
b28cf91468
commit
2d78178795
@ -68,7 +68,6 @@ module.exports = {
|
|||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": resolve("src"),
|
"@": resolve("src"),
|
||||||
"^": resolve("src/components"),
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
@ -87,6 +86,7 @@ module.exports = {
|
|||||||
.exclude.add(resolve("src/remixIcon"))
|
.exclude.add(resolve("src/remixIcon"))
|
||||||
.add(resolve("src/colorfulIcon"))
|
.add(resolve("src/colorfulIcon"))
|
||||||
.end();
|
.end();
|
||||||
|
|
||||||
config.module
|
config.module
|
||||||
.rule("remixIcon")
|
.rule("remixIcon")
|
||||||
.test(/\.svg$/)
|
.test(/\.svg$/)
|
||||||
@ -96,6 +96,7 @@ module.exports = {
|
|||||||
.loader("svg-sprite-loader")
|
.loader("svg-sprite-loader")
|
||||||
.options({ symbolId: "remix-icon-[name]" })
|
.options({ symbolId: "remix-icon-[name]" })
|
||||||
.end();
|
.end();
|
||||||
|
|
||||||
config.module
|
config.module
|
||||||
.rule("colorfulIcon")
|
.rule("colorfulIcon")
|
||||||
.test(/\.svg$/)
|
.test(/\.svg$/)
|
||||||
@ -105,6 +106,7 @@ module.exports = {
|
|||||||
.loader("svg-sprite-loader")
|
.loader("svg-sprite-loader")
|
||||||
.options({ symbolId: "colorful-icon-[name]" })
|
.options({ symbolId: "colorful-icon-[name]" })
|
||||||
.end();
|
.end();
|
||||||
|
|
||||||
config.when(process.env.NODE_ENV === "development", (config) => {
|
config.when(process.env.NODE_ENV === "development", (config) => {
|
||||||
config.devtool("source-map");
|
config.devtool("source-map");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user