Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/integration/dynamic-compiler/rollup.config.js

13 lines
196 B
JavaScript
Raw Normal View History

feat(platform-browser-dynamic): export `JitCompilerFactory` (#20478) Fixes #20125 PR Close #20478
2017-11-15 18:22:23 +01:00
import nodeResolve from 'rollup-plugin-node-resolve';
export default {
build(bazel): Use local rollup & build-optimizer for ng_rollup_bundle (#28215) The current build workflow depends on cross workspace dependency by installing angular-cli as a Bazel repository. This is not ideal because it introduces separate node_module directories other than the one installed by Angular through the yarn_install rule (ngdeps). This commit removes angular-cli from the Bazel workspace and installs rollup and @angular-devkit/build-optimizer locally. PR Close #28215
2019-01-17 12:40:11 -08:00
input: 'dist/src/main.js',
output: {
sourceMap: true,
},
feat(platform-browser-dynamic): export `JitCompilerFactory` (#20478) Fixes #20125 PR Close #20478
2017-11-15 18:22:23 +01:00
treeshake: true,
plugins: [
feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) PR Close #22573
2018-02-27 17:06:06 -05:00
nodeResolve()
feat(platform-browser-dynamic): export `JitCompilerFactory` (#20478) Fixes #20125 PR Close #20478
2017-11-15 18:22:23 +01:00
]
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 1663ms Template: 25ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API