Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vereign Client Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Vereign Client Library
Commits
531000f3
Commit
531000f3
authored
5 years ago
by
Zdravko Iliev
Browse files
Options
Downloads
Patches
Plain Diff
polyfil test
parent
0148409a
No related branches found
No related tags found
1 merge request
!83
Exchange 2016 support
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
javascript/src/lib/webcrypto-liner.shim.js
+14828
-0
14828 additions, 0 deletions
javascript/src/lib/webcrypto-liner.shim.js
javascript/webpack.config.js
+6
-2
6 additions, 2 deletions
javascript/webpack.config.js
with
14834 additions
and
2 deletions
javascript/src/lib/webcrypto-liner.shim.js
0 → 100644
+
14828
−
0
View file @
531000f3
This diff is collapsed.
Click to expand it.
javascript/webpack.config.js
+
6
−
2
View file @
531000f3
const
HtmlWebpackPlugin
=
require
(
'
html-webpack-plugin
'
);
const
HtmlWebpackPlugin
=
require
(
'
html-webpack-plugin
'
);
const
HtmlWebpackInlineSourcePlugin
=
require
(
'
html-webpack-inline-source-plugin
'
);
const
HtmlWebpackInlineSourcePlugin
=
require
(
'
html-webpack-inline-source-plugin
'
);
const
CleanWebpackPlugin
=
require
(
'
clean-webpack-plugin
'
)
const
CleanWebpackPlugin
=
require
(
'
clean-webpack-plugin
'
);
const
AddAssetHtmlPlugin
=
require
(
"
add-asset-html-webpack-plugin
"
);
module
.
exports
=
{
module
.
exports
=
{
entry
:
{
entry
:
{
'
viamapi-client
'
:
[
'
core-js/fn/promise
'
,
'
./src/viamapi-client.js
'
],
'
viamapi-client
'
:
[
'
core-js/fn/promise
'
,
'
./src/viamapi-client.js
'
],
'
viamapi-iframe
'
:
[
'
babel-polyfill
'
,
'
./src/iframe/viamapi-iframe.js
'
]
,
'
viamapi-iframe
'
:
[
'
babel-polyfill
'
,
'
./src/iframe/viamapi-iframe.js
'
]
},
},
plugins
:
[
plugins
:
[
new
HtmlWebpackPlugin
({
// Also generate a test.html
new
HtmlWebpackPlugin
({
// Also generate a test.html
...
@@ -14,6 +15,9 @@ module.exports = {
...
@@ -14,6 +15,9 @@ module.exports = {
chunks
:
[
'
viamapi-iframe
'
],
chunks
:
[
'
viamapi-iframe
'
],
inlineSource
:
'
.(js)$
'
inlineSource
:
'
.(js)$
'
}),
}),
new
AddAssetHtmlPlugin
({
filepath
:
require
.
resolve
(
"
./src/lib/webcrypto-liner.shim.js
"
)
}),
new
CleanWebpackPlugin
(),
new
CleanWebpackPlugin
(),
new
HtmlWebpackInlineSourcePlugin
()
new
HtmlWebpackInlineSourcePlugin
()
],
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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