Skip to content

Commit

Permalink
Trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Jul 10, 2019
1 parent 9a418b9 commit c98f509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ module.exports = config => {

config.sauceLabs = {
testName: 'Cookies Unit Tests',
startConnect: false,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
startConnect: false
};
config.singleRun = true;
config.customLaunchers = customLaunchers;
Expand Down
5 changes: 1 addition & 4 deletions packages/universal-cookie/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import { uglify } from 'rollup-plugin-uglify';

const basePlugins = [
resolve({
module: true,
jsnext: true,
main: true,
browser: true
mainFields: ['module', 'jsnext:main', 'main', 'browser']
}),
commonjs()
];
Expand Down

0 comments on commit c98f509

Please sign in to comment.