forked from potsda.mn/mobilizon
cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
177 B
JavaScript
12 lines
177 B
JavaScript
//const Dotenv = require('dotenv-webpack');
|
|
|
|
module.exports = {
|
|
lintOnSave: false,
|
|
compiler: true,
|
|
configureWebpack: {
|
|
plugins: [
|
|
//new Dotenv(),
|
|
],
|
|
},
|
|
};
|