Phillip Long

Results 2 comments of Phillip Long

Following [this thread](https://github.com/webpack-contrib/css-loader/issues/447), adding the following to webpack config seems to work: ```js node: { fs: 'empty' } ```

The `:methods` option works as well ```ruby Server.first.to_json(only: :id, methods: :type) # => {"id": "1", "type": "WindowsServer"} ```