diff options
author | Francesco Agosti <francesco.agosti93@gmail.com> | 2018-12-01 04:36:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 04:36:22 +0800 |
commit | f496096ce154e51ae0317cc91fd55d062eb6ec4f (patch) | |
tree | d1f6ea052599375e657e7354f50ecabdaa24daff /packages/instant/webpack.config.js | |
parent | ca22d87290fc176488fae7da3f179486340e5c79 (diff) | |
parent | fc2055cd93a5e847947dad10073dd0d29bfb9e29 (diff) | |
download | dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.gz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.bz2 dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.lz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.xz dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.tar.zst dexon-sol-tools-f496096ce154e51ae0317cc91fd55d062eb6ec4f.zip |
Merge pull request #1348 from 0xProject/feature/instant/cdn-setup
[instant] Remove commonjs bundle, productionize UMD bundle
Diffstat (limited to 'packages/instant/webpack.config.js')
-rw-r--r-- | packages/instant/webpack.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/instant/webpack.config.js b/packages/instant/webpack.config.js index 41276809c..2a517bb59 100644 --- a/packages/instant/webpack.config.js +++ b/packages/instant/webpack.config.js @@ -3,9 +3,6 @@ const ip = require('ip'); const path = require('path'); const webpack = require('webpack'); -// The common js bundle (not this one) is built using tsc. -// The umd bundle (this one) has a different entrypoint. - const GIT_SHA = childProcess .execSync('git rev-parse HEAD') .toString() |