Wakamai-Fondue / wakamai-fondue-site

Wakamai Fondue website
Apache License 2.0
37 stars 6 forks source link

Restore dev settings #175

Open RoelN opened 9 months ago

RoelN commented 9 months ago

In vue.config.js under devServer:

module.exports = {
    devServer: {
        // disableHostCheck: true,
        // watchOptions: {
        //  ignored: [/node_modules([\\]+|\/)+(?!@wakamai-fondue\/engine)/]
        // }
    },
    transpileDependencies: ["@wakamai-fondue/engine", "lib-font"],
    configureWebpack: {
        resolve: {
            symlinks: false // npm link
        }
    }
    // Temporary beta build stuff:
    // publicPath: "/beta"
};