1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove disabled plugin

This commit is contained in:
Tim Neutkens 2018-09-29 07:53:08 +02:00
parent 6c0ea2d424
commit 2f618581cf
2 changed files with 0 additions and 4 deletions

View file

@ -20,7 +20,6 @@ import { ReactLoadablePlugin } from './webpack/plugins/react-loadable-plugin'
import {SERVER_DIRECTORY, NEXT_PROJECT_ROOT, NEXT_PROJECT_ROOT_NODE_MODULES, NEXT_PROJECT_ROOT_DIST, DEFAULT_PAGES_DIR, REACT_LOADABLE_MANIFEST, CLIENT_STATIC_FILES_RUNTIME_WEBPACK, CLIENT_STATIC_FILES_RUNTIME_MAIN} from '../lib/constants'
import AutoDllPlugin from 'autodll-webpack-plugin'
import TerserPlugin from 'terser-webpack-plugin'
// import HardSourceWebpackPlugin from '@zeit/hard-source-webpack-plugin'
// The externals config makes sure that
// on the server side when modules are
@ -241,8 +240,6 @@ export default async function getBaseWebpackConfig (dir: string, {dev = false, i
resolve: resolveConfig
}
}),
// Temporarily only enabled in development
// dev && new HardSourceWebpackPlugin(),
// This plugin makes sure `output.filename` is used for entry chunks
new ChunkNamesPlugin(),
!isServer && new ReactLoadablePlugin({

View file

@ -70,7 +70,6 @@
"@babel/runtime": "7.0.0",
"@babel/runtime-corejs2": "7.0.0",
"@babel/template": "7.0.0",
"@zeit/hard-source-webpack-plugin": "0.13.0",
"ansi-html": "0.0.7",
"autodll-webpack-plugin": "0.4.2",
"babel-core": "7.0.0-bridge.0",