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