Skip to content

Commit

Permalink
Fix polyfill loading (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and existentialism committed Feb 15, 2019
1 parent 335b376 commit a000ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/repl/PluginConfig.js
Expand Up @@ -73,7 +73,7 @@ const envPresetDefaults = {
const runtimePolyfillConfig: PluginConfig = {
label: "Runtime Polyfill",
package: "@babel/polyfill",
version: "^7.0.0",
version: "7",
};

const pluginConfigs: Array<PluginConfig> = [
Expand Down

0 comments on commit a000ea9

Please sign in to comment.