Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 5, 2020
1 parent dea095e commit ad620e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/testharness/pre/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Since some packages are not transpiled to ES5, we need to transpile them to ES5 to run under IE11.
// As the transpilation will take about 30 seconds to complete, we don't want to toll on our current build.
// Instead of adding to normal build, we are adding to `npm run postinstall`, emitting to /lib/external/**/*.js.

const { join } = require('path');

module.exports = {
Expand Down

0 comments on commit ad620e4

Please sign in to comment.