diff --git a/programs/develop/webpack/plugin-compilation/env.ts b/programs/develop/webpack/plugin-compilation/env.ts index 16defdf6..d5882849 100644 --- a/programs/develop/webpack/plugin-compilation/env.ts +++ b/programs/develop/webpack/plugin-compilation/env.ts @@ -2,7 +2,6 @@ import fs from 'fs' import path from 'path' import {Compiler, Compilation, DefinePlugin, sources} from 'webpack' import dotenv from 'dotenv' -import * as messages from '../lib/messages' import {PluginInterface} from '../webpack-types' import {DevOptions} from '../../commands/dev'