mobilizon.chapril.org-mobil.../js/vue.config.js
Thomas Citharel 93a97b0865 Some work
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-07-04 14:29:17 +02:00

12 lines
180 B
JavaScript

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