Skip to content

Commit

Permalink
fix: add back logger in Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Aug 8, 2022
1 parent 0d60296 commit 16a279d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const path = require('path');
const RemovePlugin = require('remove-files-webpack-plugin');
const nodeExternals = require('webpack-node-externals');
const copyPkgJsonPlugin = require('copy-pkg-json-webpack-plugin');
const logger = require('webpack-log')('reveal');
const packageJSON = require('./package.json');
const workerPackageJSON = require('./node_modules/@cognite/reveal-parser-worker/package.json');
const webpack = require('webpack');
Expand Down

0 comments on commit 16a279d

Please sign in to comment.