Refactor
This commit is contained in:
parent
aa4ef6745a
commit
d92044cf6a
13 changed files with 12 additions and 12 deletions
|
@ -12,12 +12,12 @@ const WebpackOnBuildPlugin = require('on-build-webpack');
|
|||
//const HardSourceWebpackPlugin = require('hard-source-webpack-plugin');
|
||||
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
|
||||
|
||||
import I18nReplacer from './src/build/i18n';
|
||||
import I18nReplacer from './src/misc/i18n';
|
||||
import { pattern as i18nPattern, replacement as i18nReplacement } from './webpack/i18n';
|
||||
import { pattern as faPattern, replacement as faReplacement } from './src/build/fa';
|
||||
const constants = require('./src/const.json');
|
||||
import config from './src/config';
|
||||
import { licenseHtml } from './src/build/license';
|
||||
import { licenseHtml } from './src/misc/license';
|
||||
|
||||
const locales = require('./locales');
|
||||
const meta = require('./package.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue