Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Increase page load performance by utilizing ExtractTextWebpackPlugin #98

Closed
1 of 4 tasks
StephenEsser opened this issue Feb 12, 2018 · 0 comments
Closed
1 of 4 tasks
Assignees
Projects

Comments

@StephenEsser
Copy link
Contributor

Issue Description

The stylesheet will load in parallel when extracted from the javascript bundle.

https://github.com/webpack-contrib/extract-text-webpack-plugin

Issue Type

  • New Feature
  • Enhancement
  • Bug
  • Other

Expected Behavior

The javascript and stylesheets should be loaded in parallel as separate bundles.

Current Behavior

The stylesheet loads as part of the javascript js bundle

@StephenEsser StephenEsser self-assigned this Feb 12, 2018
@StephenEsser StephenEsser added this to Up Next in Kaiju via automation Feb 12, 2018
@StephenEsser StephenEsser moved this from Up Next to In Review in Kaiju Feb 12, 2018
Kaiju automation moved this from In Review to Done Feb 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Kaiju
  
Done
Development

No branches or pull requests

1 participant