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

Simple webpack integration #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Simple webpack integration #10

wants to merge 4 commits into from

Commits on Jun 3, 2019

  1. Add initial webpack integration

    - Change to the npm scripts to remove the deprecated 'prepublish' usage
    - Add 'build' script based on previous 'prepublish' that now invokes webpack
    - Add 'prepare' script to keep a similar 'prepublish' behaviour
    jccr committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    2aa39e3 View commit details
    Browse the repository at this point in the history
  2. Update package lock

    jccr committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    1073fd4 View commit details
    Browse the repository at this point in the history
  3. Update examples

    jccr committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    e0ac4e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Fix typo

    jccr authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    31d78a9 View commit details
    Browse the repository at this point in the history