Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdye committed Dec 4, 2020
1 parent a85509d commit bd52bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 201,6 @@ export class InsertScriptPlugin {
export default function webpackConfigFactory(args: any): webpack.Configuration {
tsnode.register({ transpileOnly: true });
const isLegacy = args.legacy;
const base = args.target === 'electron' ? './' : args.base || '/';
const experimental = args.experimental || {};
const isExperimentalSpeed = !!experimental.speed && args.mode === 'dev';
const isTest = args.mode === 'unit' || args.mode === 'functional' || args.mode === 'test';
Expand Down

0 comments on commit bd52bf3

Please sign in to comment.