mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-02 15:46:18 +00:00
NOT COMPILING. Init vue setup.
This commit is contained in:
9
webpack.config.js
Normal file
9
webpack.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
const environment = (process.env.NODE_ENV || "development").trim();
|
||||
|
||||
if (environment === "development") {
|
||||
module.exports = require("./config/webpack.config.dev");
|
||||
} else {
|
||||
module.exports = require("./config/webpack.config.prod");
|
||||
}
|
||||
Reference in New Issue
Block a user