Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 80b51f0

Browse files
author
Nick Litwin
committed
Add topcoder to list of directories to not exclude
1 parent 3366d21 commit 80b51f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = (options) ->
7777
loaders: [
7878
test: /\.(js|jsx)$/
7979
loader: 'babel'
80-
exclude: /node_modules\/(?!appirio-tech.*)/
80+
exclude: /node_modules\/(?!appirio-tech.*|topcoder)/
8181
include: path.join dirname, '..'
8282
query:
8383
presets: [ 'es2015', 'react', 'stage-2' ]

0 commit comments

Comments
 (0)