diff --git a/webpack.config.js b/webpack.config.js index c676797..7fc3686 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -31,14 +31,9 @@ module.exports = { ], }, externals: { - // shows how we can rely on browser globals instead of bundling these dependencies, - // in case we want to access jQuery from a CDN or if we want an easy way to - // avoid loading all moment locales: https://github.com/moment/moment/issues/1435 - jquery: '$', - moment: 'moment' }, resolve: { - extensions: [ '*', '.ts', 'js', 'css' ] + extensions: [ '*', '.ts', '.js', '.css' ] }, optimization: { minimizer: [new UglifyJsPlugin({