2020-10-03 19:59:53 +01:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google LLC All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
2021-04-29 23:22:35 +02:00
|
|
|
import {defaultLinkerPlugin} from './src/babel_plugin';
|
|
|
|
|
|
|
|
export {createEs2015LinkerPlugin} from './src/es2015_linker_plugin';
|
|
|
|
export default defaultLinkerPlugin;
|