Browse Source

single quote

A. Darian 8 năm trước cách đây
mục cha
commit
345917dede
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/filebrowser/webpack.conf.js

+ 1 - 1
examples/filebrowser/webpack.conf.js

@@ -8,7 +8,7 @@ module.exports = {
     publicPath: './build/'
   },
   node: {
-    fs: "empty"
+    fs: 'empty'
   },
   bail: true,
   debug: true,