diff --git a/vue.config.js b/vue.config.js index 7680d6d..991ede2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,3 @@ -import { defineConfig } from '@vue/cli-service' - -export default defineConfig({ - transpileDependencies: true, - publicPath: process.env.NODE_ENV === 'production' ? '/my-calculator/' : '/' -}) +module.exports = { + publicPath: process.env.NODE_ENV === "production" ? "/my-calculator/" : "/", +}; \ No newline at end of file