Explorar o código

fix `__dirname` and `__filename`

Herobs %!s(int64=9) %!d(string=hai) anos
pai
achega
fbdb85f365
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lessons/14-whats-next/webpack.server.config.js

+ 2 - 2
lessons/14-whats-next/webpack.server.config.js

@@ -20,8 +20,8 @@ module.exports = {
   }, {}),
 
   node: {
-    __filename: true,
-    __dirname: true
+    __filename: false,
+    __dirname: false
   },
 
   module: {