mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 06:56:56 +02:00
fix(v2): clean build dir only on build command
This commit is contained in:
parent
d64581f2b4
commit
0f94c062a5
5 changed files with 31 additions and 21 deletions
|
@ -12,7 +12,7 @@ import Helmet from 'react-helmet';
|
|||
import {getBundles} from 'react-loadable/webpack';
|
||||
import Loadable from 'react-loadable';
|
||||
|
||||
import reactLoadableStats from '@build/react-loadable.json'; //eslint-disable-line
|
||||
import reactLoadableStats from '@generated/react-loadable.json'; //eslint-disable-line
|
||||
import webpackClientStats from '@build/client.stats.json'; //eslint-disable-line
|
||||
import routes from '@generated/routes'; // eslint-disable-line
|
||||
import preload from './preload';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue