Explorar el Código

fix `__dirname` and `__filename`

Herobs hace 9 años
padre
commit
fbdb85f365
Se han modificado 1 ficheros con 2 adiciones y 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: {