Skip to content

Commit 7685370

Browse files
committed
Remove remnants
1 parent 6f6fed1 commit 7685370

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

tools/public-components.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

webpack/test-coverage.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ import testConfig from './test.config';
55

66
const paths = {
77
SRC: path.resolve('src'),
8-
TEST: path.resolve('test'),
9-
TOOLS: path.resolve('tools') // for tools/public-components.js
8+
TEST: path.resolve('test')
109
};
1110

1211
export default _.extend({}, testConfig, {
1312
module: {
1413
loaders: [
1514
{
1615
test: /\.js/,
17-
include: [paths.SRC, paths.TEST, paths.TOOLS],
16+
include: [paths.SRC, paths.TEST],
1817
loader: jsLoader,
1918
exclude: /node_modules/
2019
}

0 commit comments

Comments
 (0)