|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
270 bytes
|
| Line | |
|---|
| 1 | import { corePlugins } from '../src/corePlugins'
|
|---|
| 2 | import fs from 'fs'
|
|---|
| 3 | import path from 'path'
|
|---|
| 4 |
|
|---|
| 5 | let corePluginList = Object.keys(corePlugins)
|
|---|
| 6 |
|
|---|
| 7 | fs.writeFileSync(
|
|---|
| 8 | path.join(process.cwd(), 'src', 'corePluginList.js'),
|
|---|
| 9 | `export default ${JSON.stringify(corePluginList)}`
|
|---|
| 10 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.