refactor webpack plugins

This commit is contained in:
Pooya Parsa 2017-12-11 23:24:32 +03:30
parent d4d1bd504d
commit f99897376b
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import { cloneDeep } from 'lodash'
import { join, resolve } from 'path' import { join, resolve } from 'path'
import webpack from 'webpack' import webpack from 'webpack'
import { isUrl, urlJoin } from 'utils' import { isUrl, urlJoin } from 'utils'
import TimeFixPlugin from './timefix-plugin' import TimeFixPlugin from './plugins/timefix'
import WarnFixPlugin from './warnfix-plugin' import WarnFixPlugin from './plugins/warnfix'
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------