mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
12 lines
207 B
JavaScript
12 lines
207 B
JavaScript
/**
|
|
* @type {import('@vue/cli-service').ProjectOptions}
|
|
*/
|
|
module.exports = {
|
|
publicPath: "./",
|
|
lintOnSave: false,
|
|
configureWebpack: {
|
|
devtool: "eval-source-map",
|
|
},
|
|
runtimeCompiler: true
|
|
};
|