diff options
author | Vitaly Takmazov | 2018-03-02 11:48:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | bf60bcec793f85e2f182c59bff0abf1aed12b4f9 (patch) | |
tree | 5b10f019db4cce15e33dfa0f1afb26bd743f2f99 /vnext/webpack.config.js | |
parent | 185af998262b3c33ee55aee87a89d9a5948110b1 (diff) |
Webpack 4
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 2 |
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: [ |