AntimatterDimensionsSourceCode/vue.config.js
2022-02-08 08:35:25 +03:00

12 lines
207 B
JavaScript

/**
* @type {import('@vue/cli-service').ProjectOptions}
*/
module.exports = {
publicPath: "./",
lintOnSave: false,
configureWebpack: {
devtool: "eval-source-map",
},
runtimeCompiler: true
};