angular-flickity icon indicating copy to clipboard operation
angular-flickity copied to clipboard

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

Open LuudJanssen opened this issue 6 years ago • 0 comments

Hey! This fixes #87. I used my local Git username instead of my Github username by accident, but it's me :)

I also added the use of the cross-env dependency, since the environment variables weren't being set correctly in the build script on my Windows machine.

I also added the Node *.gitignore template to not include the "coverage" folder and also excluded the ".idea" for Intellij users.

LuudJanssen avatar Mar 13 '18 15:03 LuudJanssen