Просмотр исходного кода

fix(syntax): rollup config

version-14
Nabin Hait 6 лет назад
Родитель
Сommit
b4c063e96c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      rollup/config.js

+ 1
- 1
rollup/config.js Просмотреть файл

@@ -37,7 +37,7 @@ function get_rollup_options_for_js(output_file, input_files) {
// node_modules of apps directly importable
apps_list.map(app => path.resolve(get_app_path(app), '../node_modules')).filter(fs.existsSync),
// import js file of any app if you provide the full path
apps_list.map(app => path.resolve(get_app_path(app), '..')).filter(fs.existsSync),
apps_list.map(app => path.resolve(get_app_path(app), '..')).filter(fs.existsSync)
);

const plugins = [


Загрузка…
Отмена
Сохранить