mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-18 20:50:48 +01:00
build: reduced webpack console output
This commit is contained in:
parent
54717e1f6a
commit
799a5fef5b
@ -2,6 +2,7 @@ const webpack = require('webpack');
|
|||||||
const MonacoEditorPlugin = require('monaco-editor-webpack-plugin');
|
const MonacoEditorPlugin = require('monaco-editor-webpack-plugin');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
stats: 'errors-warnings',
|
||||||
plugins: [
|
plugins: [
|
||||||
new MonacoEditorPlugin({
|
new MonacoEditorPlugin({
|
||||||
languages: ['sql']
|
languages: ['sql']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user