Просмотр исходного кода

Bugfix: eslint problem fixed on webpack and metro configs in web example.

lfabl 1 неделя назад
Родитель
Сommit
1d70898247
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      example/web/metro.config.js
  2. 2 0
      example/web/webpack.config.js

+ 2 - 0
example/web/metro.config.js

@@ -1,3 +1,5 @@
+/* eslint-disable */
+
 const {
 const {
     getDefaultConfig,
     getDefaultConfig,
     mergeConfig
     mergeConfig

+ 2 - 0
example/web/webpack.config.js

@@ -1,3 +1,5 @@
+/* eslint-disable */
+
 const path = require("path");
 const path = require("path");
 const webpack = require("webpack");
 const webpack = require("webpack");
 const HtmlWebpackPlugin = require("html-webpack-plugin");
 const HtmlWebpackPlugin = require("html-webpack-plugin");