We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55add46 + 7cf7b81 commit b04898aCopy full SHA for b04898a
src/createConfig.js
@@ -9,8 +9,8 @@ import parse from 'parse-author';
9
import webpack from 'webpack';
10
import merge from 'webpack-merge';
11
import { generateCSSReferences, generateJSReferences } from 'mini-html-webpack-plugin';
12
-import defaultLoaders from './loaders';
13
import { aliases } from '@expo/webpack-config/env';
+import defaultLoaders from './loaders';
14
15
/**
16
* It gives a valid webpack configuration for working with react-native and expo
0 commit comments