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

Add concatenation to built version #34

Closed
4 tasks done
korzio opened this issue Jun 28, 2017 · 1 comment
Closed
4 tasks done

Add concatenation to built version #34

korzio opened this issue Jun 28, 2017 · 1 comment
Milestone

Comments

@korzio
Copy link
Owner

korzio commented Jun 28, 2017

As a "frontend" djv user I want to
My built djv package uses a single anonymous function

module.exports = {  
  plugins: [
    new webpack.optimize.ModuleConcatenationPlugin()
  ]
};
  • Update to webpack 3
  • Add a ModuleConcatenationPlugin
  • Add a npm prepublish hook to built everything before a package is actually published
  • Add sourceMaps for an uglified version
@korzio
Copy link
Owner Author

korzio commented Jul 20, 2017

#39

@korzio korzio closed this as completed Jul 20, 2017
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

1 participant