1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-23 17:18:36 +00:00
mobilizon/js/vue.config.js

12 lines
173 B
JavaScript
Raw Normal View History

const Dotenv = require('dotenv-webpack');
module.exports = {
lintOnSave: false,
compiler: true,
configureWebpack: {
plugins: [
new Dotenv(),
],
},
};