mobilizon.chapril.org-mobil.../js/vue.config.js
Thomas Citharel e47ff97ac6
Front-end stuff
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-06-06 18:15:45 +02:00

12 lines
173 B
JavaScript

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