aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 11fd1bd9..89366a2a 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -16,7 +16,7 @@ module.exports = {
filename: "[name].js"
},
module: {
- loaders: [
+ rules: [
{ test: /\.css$/, loader: "style-loader!css-loader" },
{ test: /\.js$/, exclude: /node_modules/, loader: "babel-loader" },
{ test: /\.(jpe?g|png|gif|svg)$/i, loaders: [