Skip to content

Commit

Permalink
Merge pull request #27 from HL7/remove_linux_cmds
Browse files Browse the repository at this point in the history
Remove linux cmds
  • Loading branch information
plynchnlm authored Oct 7, 2019
2 parents 94fbf86 + 7f187fc commit 4bf47bf
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [0.17.3] - 2019-09-30
### Fixed
- Removed Linux-specific commands from the build process.

## [0.17.2] - 2019-09-30
### Fixed
- Updated packages for the demo to get patches for vulnerabilities.
Expand Down
10 changes: 8 additions & 2 deletions browser-build/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//const MomentLocalesPlugin = require('moment-locales-webpack-plugin');
const CopyPlugin = require('copy-webpack-plugin');

module.exports = {
node: {
fs: "empty"
Expand All @@ -24,5 +25,10 @@ module.exports = {
}
}
]
}
},
plugins: [
new CopyPlugin([
{ from: '../LICENSE.md', to: '.' }
]),
],
};
Loading

0 comments on commit 4bf47bf

Please sign in to comment.