Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move loaders and webpack plugins from "dependencies" to "devDependencies" #469

Closed
TangMonk opened this issue Jun 4, 2017 · 1 comment
Closed

Comments

@TangMonk
Copy link

TangMonk commented Jun 4, 2017

We can group necessary dependencies to vendor for Code Splitting - Libraries

const pkg = require('./package.json')

  entry: {
    app: [`${PATHS.src}/index.js`],
    style: PATHS.style,
    vendor: Object.keys(pkg.dependencies))
  },
@TangMonk TangMonk changed the title move loaders and webpack plugins out "dependencies" to "devDependencies" move loaders and webpack plugins "dependencies" to "devDependencies" Jun 4, 2017
@TangMonk TangMonk changed the title move loaders and webpack plugins "dependencies" to "devDependencies" move loaders and webpack plugins from "dependencies" to "devDependencies" Jun 4, 2017
@gauravtiwari
Copy link
Member

@TangMonk Please check these issues - #117 and #165 and #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants