Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Mar 5, 2018
1 parent fe26916 commit e3c55d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@
"@types/lodash": "^4.14.99",
"@types/lolex": "^2.1.1",
"@types/mocha": "^2.2.48",
"@types/sinon": "^4.1.3",
"@types/sinon": "^4.3.0",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"glob": "^7.1.2",
"lolex": "^2.3.2",
"mkdirp": "^0.5.1",
"mocha": "^5.0.0",
"mocha": "^5.0.1",
"mocha-headless-chrome": "^1.8.2",
"requirejs": "^2.3.5",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.23",
"sinon": "^4.2.2",
"shenanigans-manager": "^0.2.24",
"sinon": "^4.4.2",
"sinon-chai": "^2.14.0",
"tslint": "5.9.1",
"tsutils": "^2.21.0",
"tsutils": "^2.22.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.1",
"typescript": "^2.7.2",
"watch": "^1.0.2",
"webpack": "^3.10.0"
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10"
},
"license": "MIT",
"name": "flagswappr",
Expand Down
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ const getEntriesAndSources = () => {
{
entry: `./src/index.js`,
name: package.shenanigans.name,
sources: [
"./**/*.js",
"!./**/*.test.js",
]
}
]
: package.shenanigans.entries;
Expand Down Expand Up @@ -44,9 +40,13 @@ for (const pair of entriesAndSources) {
module.exports = {
entry,
externals,
mode: "production",
output: {
filename: "[name].js",
libraryTarget: "amd",
path: path.join(__dirname, "dist"),
},
performance: {
hints: false
}
};

0 comments on commit e3c55d1

Please sign in to comment.