2020-10-03 14:59:53 -04: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 17:22:35 -04:00
|
|
|
import {defaultLinkerPlugin} from './src/babel_plugin';
|
|
|
|
|
|
|
|
export {createEs2015LinkerPlugin} from './src/es2015_linker_plugin';
|
|
|
|
export default defaultLinkerPlugin;
|