6ec3ce6920
This patch: - adds "browser" field to the package.json with default bundling options. - introduces "bundle" and "unit-bundle" commands to create bundle and test bundle - starts running bundle tests on Travis Node 8 bots Fixes #2374.
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
/node_modules/
|
|
/test/output
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/lib/protocol.d.ts
|
|
/utils/browser/puppeteer-web.js
|