Skip to content

Instantly share code, notes, and snippets.

@drwpow
Created May 4, 2018 15:16
Show Gist options
  • Save drwpow/329f2ccb3a5232b371087f54e250c5e1 to your computer and use it in GitHub Desktop.
Save drwpow/329f2ccb3a5232b371087f54e250c5e1 to your computer and use it in GitHub Desktop.
module.exports = {
webpack: (config, options) =>
Object.assign(config, {
node: config.isServer ? undefined : { fs: 'empty' },
}),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment