瀏覽代碼

cleanup

tags/3.0.0
dotnetCarpenter 5 年之前
父節點
當前提交
6463efb447
沒有連結到貢獻者的電子郵件帳戶。
共有 6 個檔案被更改,包括 5 行新增4 行删除
  1. 1
    2
      .config/karma.conf.common.js
  2. 1
    1
      .config/karma.conf.saucelabs.js
  3. 0
    0
      .config/polyfillList.js
  4. 1
    1
      .config/rollup.polyfills.js
  5. 1
    0
      .gitignore
  6. 1
    0
      dist/polyfills.js

+ 1
- 2
.config/karma.conf.common.js 查看文件

@@ -47,8 +47,7 @@ module.exports = function (config) {

// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
// logLevel: config.LOG_INFO,
logLevel: config.LOG_DEBUG,
logLevel: config.LOG_INFO,

// enable / disable watching file and executing tests whenever any file changes
autoWatch: false,

+ 1
- 1
.config/karma.conf.saucelabs.js 查看文件

@@ -107,7 +107,7 @@ module.exports = function(config) {
'karma-sauce-launcher',
],

logLevel: config.LOG_DEBUG,
// logLevel: config.LOG_DEBUG,

// test results reporter to use
// possible values: 'dots', 'progress'

.config/polyfills.js → .config/polyfillList.js 查看文件


+ 1
- 1
.config/rollup.polyfills.js 查看文件

@@ -4,7 +4,7 @@ import commonjs from 'rollup-plugin-commonjs'

export default [
{
input: './.config/polyfills.js',
input: './.config/polyfillList.js',
output: {
file: 'dist/polyfills.js',
name: 'polyfills',

+ 1
- 0
.gitignore 查看文件

@@ -12,3 +12,4 @@ node_modules/
.vscode/
coverage/
fonts/
.env

+ 1
- 0
dist/polyfills.js
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存