Skip to content

Commit

Permalink
[v2] cleanup MiniCssExtractPlugin from develop stage (#5837)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihgwu authored and m-allanson committed Jun 12, 2018
1 parent 35313a7 commit 17aacc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/gatsby/src/cache-dir/develop-static-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default (pagePath, callback) => {
body: ``,
headComponents: headComponents.concat([
<script key={`io`} src="/socket.io/socket.io.js" />,
<link key={`style`} rel="stylesheet" href="/commons.css" />,
]),
preBodyComponents,
postBodyComponents: postBodyComponents.concat([
Expand Down
4 changes: 0 additions & 4 deletions packages/gatsby/src/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ module.exports = async (
switch (stage) {
case `develop`:
configPlugins = configPlugins.concat([
plugins.extractText({
filename: `[name].css`,
chunkFilename: `[name].css`,
}),
plugins.hotModuleReplacement(),
plugins.noEmitOnErrors(),

Expand Down

0 comments on commit 17aacc3

Please sign in to comment.