mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -2,7 +2,7 @@
|
|||
const webpack = require('webpack');
|
||||
const gutil = require('gulp-util');
|
||||
|
||||
const {config} = require('./config');
|
||||
const { config } = require('./config');
|
||||
|
||||
const webpackCfgBuilder = require('../webpack.config.builder.js');
|
||||
|
||||
|
|
@ -34,8 +34,5 @@ const webpackCallback = (done) => (err, stats) => {
|
|||
};
|
||||
|
||||
exports.webpack = (done) => {
|
||||
webpack(
|
||||
webpackCfgBuilder(config.paths.staticJS, !config.community, 'production'),
|
||||
webpackCallback(done)
|
||||
);
|
||||
webpack(webpackCfgBuilder(config.paths.staticJS, !config.community, 'production'), webpackCallback(done));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue