Skip to content

Commit

Permalink
fix: restore import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 17, 2020
1 parent e0d6bfe commit f9785d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/webpack-compile/src/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import * as webpack from 'webpack';
import webpack, {
Configuration,
Compiler,
Stats,
HotModuleReplacementPlugin,
} from 'webpack';
import * as path from 'path';
const chalk = require('chalk');
import LoaderPlugin from '@component-controls/loader/plugin';
Expand Down

0 comments on commit f9785d0

Please sign in to comment.