whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Fix webpack ignored files #69

Closed iflan closed 3 years ago

iflan commented 3 years ago

Before, the configuration used an array of regex literals. With webpack 2.1.1, this breaks as it expects a list of glob strings.

See https://webpack.js.org/configuration/watch/#watchoptionsignored