FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
579 stars 192 forks source link

webpack cleanup #43

Closed stmoreau closed 5 years ago

stmoreau commented 7 years ago

In webpack.config.js I created this regex /\.(png|jpg|gif|svg)$/ to test all files ending in png, jpg, gif, or svg and pass them through the url-loader instead of having to test each one of them separately.

Thank you for accepting my PR in advance :bowtie:

kale-stew commented 5 years ago

Apologies for the delay, but I'm going to close this PR for relevancy. It appears to contain a number of changes beyond your webpack fix, from a much earlier commit, and I don't want to merge a regression. If you would like to open a new PR with your isolated changes, we would welcome it!