1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-01-27 07:46:17 +01:00

build: reduced webpack console output

This commit is contained in:
Fabio 2020-10-03 12:12:41 +02:00
parent 54717e1f6a
commit 799a5fef5b

View File

@ -2,6 +2,7 @@ const webpack = require('webpack');
const MonacoEditorPlugin = require('monaco-editor-webpack-plugin');
module.exports = {
stats: 'errors-warnings',
plugins: [
new MonacoEditorPlugin({
languages: ['sql']