|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
373 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | @license
|
|---|
| 3 | Rollup.js v2.80.0
|
|---|
| 4 | Sun, 22 Feb 2026 06:16:40 GMT - commit d17ae15336a45c3c59b2a4aacac2b14186035d28
|
|---|
| 5 |
|
|---|
| 6 | https://github.com/rollup/rollup
|
|---|
| 7 |
|
|---|
| 8 | Released under the MIT License.
|
|---|
| 9 | */
|
|---|
| 10 | export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
|
|---|
| 11 | import 'path';
|
|---|
| 12 | import 'process';
|
|---|
| 13 | import 'perf_hooks';
|
|---|
| 14 | import 'crypto';
|
|---|
| 15 | import 'fs';
|
|---|
| 16 | import 'events';
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.