mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-07 01:54:54 +02:00
This is basically the change propagated from the current default preact tempalate. Now the code compiles according to set browsers.
4 lines
198 B
JavaScript
4 lines
198 B
JavaScript
// This fixed an error related to the CSS and loading gif breaking my Jest test
|
|
// See https://facebook.github.io/jest/docs/en/webpack.html#handling-static-assets
|
|
module.exports = 'test-file-stub';
|