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

Change Webpack configuration for external Flickity dependency to fix require issues on Linux #94

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

Commits on Mar 13, 2018

  1. Add Node template to gitignore file to exclude coverage folder and np…

    …m debug logs and add .idea folder to exclude IntelliJ specific files
    Luud Janssen committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    0fd8b4b View commit details
    Browse the repository at this point in the history
  2. Add cross-env to set environment variable across different systems (i…

    …ncluding Windows) to fix building issues on Windows
    Luud Janssen committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c312574 View commit details
    Browse the repository at this point in the history
  3. Split up externals in Webpack configuration to use capital letter whe…

    …n dealing with root and lowercase module name when dealing with modules to fix require issues on Linux based systems
    Luud Janssen committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    6c13164 View commit details
    Browse the repository at this point in the history
  4. Add generated files after build

    Luud Janssen committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    76a0e74 View commit details
    Browse the repository at this point in the history