Skip to content

Commit ff42a14

Browse files
author
colinrtaylor
committed
fix typo
1 parent 79a32e0 commit ff42a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function createConfig(options, entry, format) {
139139
}
140140

141141
let useNodeResolve = true;
142-
if (options.internal === 'all') {
142+
if (options.inline === 'all') {
143143
useNodeResolve = true;
144144
}
145145
else if (options.external==='all' || options.inline==='none') {

0 commit comments

Comments
 (0)