File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
### Usage
13
13
14
- Just lift your app as normal, and enjoy the future of Javascript today. To see what is possible, see: https://babeljs.io/docs/learn-es6/
14
+ Just lift your app as normal, and enjoy the future of Javascript today. To see what is possible, see: https://babeljs.io/docs/en/learn
15
15
16
16
### Configuration
17
17
@@ -20,7 +20,7 @@ By default, configuration lives in `sails.config.babel`. The configuration key
20
20
Parameter | Type | Details
21
21
-------------- | ------------------- |:---------------------------------
22
22
compile | ((boolean)) | Whether or not sails should compile future JS code. Defaults to ` true ` .
23
- polyfill | ((boolean)) | Whether or not use ` babel- polyfill ` . Defaults to ` false ` .
23
+ polyfill | ((boolean)) | Whether or not use ` @ babel/ polyfill` . Defaults to ` false ` .
24
24
presets | ((array)) | Which presets to transpile your code with. Defaults to [ @babel/preset-env ] ( https://babeljs.io/docs/en/babel-preset-env/ ) .
25
25
26
26
Also you can use [ other Babel 7 options] ( https://babeljs.io/docs/en/options ) .
You can’t perform that action at this time.
0 commit comments