mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
//const Dotenv = require('dotenv-webpack');
|
|
|
|
module.exports = {
|
|
lintOnSave: false,
|
|
compiler: true,
|
|
configureWebpack: {
|
|
plugins: [
|
|
//new Dotenv(),
|
|
],
|
|
},
|
|
};
|