You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,27 +50,6 @@ export default {
50
50
}
51
51
```
52
52
53
-
### Code Splitting via Dynamic Imports
54
-
55
-
This plugin supports code splitting with Rollup's `experimentalCodeSplitting` feature. Enable code splitting in your Rollup configuration and each output bundle will be minified by Closure Compiler.
This plugin will modify the enable the `assume_function_wrapper` output option for Closure Compiler when `es` format is specifed to Rollup. **Note**: This is overrideable via passed flags and options.
@@ -120,4 +99,4 @@ The AMP Project strives for a positive and growing project community that provid
120
99
121
100
## License
122
101
123
-
rollup-plugin-closure-compiler is licensed under the [Apache License, Version 2.0](LICENSE).
102
+
rollup-plugin-closure-compiler is licensed under the [Apache License, Version 2.0](LICENSE).
0 commit comments