Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parity-ethereum
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ddorgan
parity-ethereum
Commits
53fcfa65
Commit
53fcfa65
authored
8 years ago
by
Nicolas Gotchac
Committed by
Jaco Greeff
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix parity.js badly built (#3526)
parent
d870b716
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/webpack.libraries.js
+0
-8
0 additions, 8 deletions
js/webpack.libraries.js
with
0 additions
and
8 deletions
js/webpack.libraries.js
+
0
−
8
View file @
53fcfa65
...
...
@@ -26,7 +26,6 @@ const DEST = process.env.BUILD_DEST || '.build';
module
.
exports
=
{
context
:
path
.
join
(
__dirname
,
'
./src
'
),
target
:
'
node
'
,
entry
:
{
// library
'
inject
'
:
[
'
./web3.js
'
],
...
...
@@ -39,14 +38,7 @@ module.exports = {
library
:
'
[name].js
'
,
libraryTarget
:
'
umd
'
},
externals
:
{
'
node-fetch
'
:
'
node-fetch
'
,
'
vertx
'
:
'
vertx
'
},
module
:
{
noParse
:
[
/babel-polyfill/
],
loaders
:
[
{
test
:
/
\.
js$/
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment