Procházet zdrojové kódy

cleanup

tags/3.0.0
dotnetCarpenter před 5 roky
rodič
revize
6463efb447
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 2
.config/karma.conf.common.js Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor


+ 1
- 1
.config/rollup.polyfills.js Zobrazit soubor

@@ -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 Zobrazit soubor

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

+ 1
- 0
dist/polyfills.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit