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/packages/rollup.config.js

14 lines
309 B
JavaScript
Raw Normal View History

build: publish tree of files rather than FESMs (#18541) * Remove now unnecessary portions of build. * Add a compilePackageES5 method to build ES5 from sources * Rework all package.json and rollup config files to new format * Remove "extends" from tsconfig-build.json files and fixup compilation roots PR Close #18541
2017-08-02 19:15:30 -07:00
/**
* @license
* Copyright Google Inc. 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
*/
refactor: make all rollup config ES5 compatible (#20028) So they can be required by other Node scripts. PR Close #20028
2017-10-30 10:55:45 -07:00
const sourcemaps = require('rollup-plugin-sourcemaps');
build: publish tree of files rather than FESMs (#18541) * Remove now unnecessary portions of build. * Add a compilePackageES5 method to build ES5 from sources * Rework all package.json and rollup config files to new format * Remove "extends" from tsconfig-build.json files and fixup compilation roots PR Close #18541
2017-08-02 19:15:30 -07:00
refactor: make all rollup config ES5 compatible (#20028) So they can be required by other Node scripts. PR Close #20028
2017-10-30 10:55:45 -07:00
module.exports = {
plugins: [sourcemaps()]
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 87ms Template: 2ms
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