Browse Source

cleanup

tags/3.0.0
dotnetCarpenter 5 years ago
parent
commit
6463efb447
No account linked to committer's email address

+ 1
- 2
.config/karma.conf.common.js View File

@@ -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 View File

@@ -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 View File


+ 1
- 1
.config/rollup.polyfills.js View File

@@ -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 View File

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

+ 1
- 0
dist/polyfills.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save