mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +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",
|
|
},
|
|
};
|