mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-04 11:04:58 +00:00
Format root .js files
This commit is contained in:
@@ -1 +1 @@
|
|||||||
module.exports = require('./dist/core')
|
module.exports = require('./dist/core');
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
const path = require('path')
|
const path = require('path');
|
||||||
const webpack = require('webpack')
|
const webpack = require('webpack');
|
||||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||||
|
|
||||||
const SRC_DIRECTORY = path.resolve(__dirname, 'src');
|
const SRC_DIRECTORY = path.resolve(__dirname, 'src');
|
||||||
@@ -57,4 +57,4 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user