Skip to content

Commit

Permalink
fix: use minimized bundle by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zaripych committed Jan 12, 2019
1 parent 1dea3b3 commit ed0eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/library-installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class LibraryInstaller {
) {
const props = {
browserBundlePath:
(options && options.browserBundlePath) || browserBundlePath,
(options && options.browserBundlePath) || browserBundleMinFilePath,
installMethod: (options && options.installMethod) || 'executeScript',
}

Expand Down

0 comments on commit ed0eeae

Please sign in to comment.