We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Stavros Kefaleas • 6 years ago
Cecil L. Phillip • 6 years ago

Yep. Post is pre-webpack 2

Jono Rickard • 6 years ago

Hey just a FYI, in webpack 2.2.0 the empty string in extensions: ["", ".webpack.js", ".web.js", ".ts", ".js"] throws an error.

Cecil L. Phillip • 6 years ago

Yep. This post was written pre Webpack 2.x. I'm sure there's tons of breaking changes. Probably even more so now that 3.0 is available.

Jono Rickard • 6 years ago

Also with typescript 2.3.4 & ts-loader 2.1.0, you need to add

node: {
fs: 'empty'
}

to the webpack.config (see https://github.com/webpack-...