Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b04898a

Browse files
authoredFeb 12, 2020
Merge pull request #60 from rollup-umd/dev
lint(fix): fix imports
2 parents 55add46 + 7cf7b81 commit b04898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/createConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import parse from 'parse-author';
99
import webpack from 'webpack';
1010
import merge from 'webpack-merge';
1111
import { generateCSSReferences, generateJSReferences } from 'mini-html-webpack-plugin';
12-
import defaultLoaders from './loaders';
1312
import { aliases } from '@expo/webpack-config/env';
13+
import defaultLoaders from './loaders';
1414

1515
/**
1616
* It gives a valid webpack configuration for working with react-native and expo

0 commit comments

Comments
 (0)
Please sign in to comment.