Explorar o código

Loaders and rules: intro.

Frederic G. MARAND %!s(int64=4) %!d(string=hai) anos
pai
achega
7b31299cd5
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      webpack.config.js

+ 5 - 0
webpack.config.js

@@ -5,5 +5,10 @@ module.exports = {
   output: {
     filename: "bundle.js",
     path: path.join(__dirname, "build") // path must be absolute.
+  },
+  module: {
+    rules: {
+
+    }
   }
 };