abhijithvijayan
|
f4fd3fb0e4
|
fix: browser specific packing (zip/crx/xpi) on build
|
2019-10-31 07:25:05 +05:30 |
|
abhijithvijayan
|
6ac2a747c8
|
add babel plugins to provide spread operations & destructuring
|
2019-10-31 07:07:40 +05:30 |
|
abhijithvijayan
|
4e5683c45e
|
fix: add missing scripts field in manifest
|
2019-10-30 22:07:07 +05:30 |
|
abhijithvijayan
|
ded5f90d4b
|
feat: use wext-manifest to generate manifest.json for target browser
|
2019-10-30 21:51:00 +05:30 |
|
abhijithvijayan
|
fbf1cb18de
|
feat: add write-webpack-plugin for writing manifest.json content
|
2019-10-30 21:45:18 +05:30 |
|
abhijithvijayan
|
9084eb318d
|
feat: (#4) add wext-manifest package
|
2019-10-30 21:43:56 +05:30 |
|
abhijithvijayan
|
ac3e4b0eb7
|
feat: add web-extension manifest file content
|
2019-10-30 21:41:15 +05:30 |
|
abhijithvijayan
|
ec3572f194
|
feat: (#4) delete manifest files
|
2019-10-30 21:40:38 +05:30 |
|
abhijithvijayan
|
2f1248ce63
|
refactor: rename TARGET to TARGET_BROWSER
|
2019-10-30 19:38:17 +05:30 |
|
Abhijith Vijayan
|
dc47933a9a
|
Merge pull request #6 from GumpFlash/master
Added demo to readme
|
2019-10-26 18:11:31 +05:30 |
|
GumpFlash
|
5bb129865c
|
Update README.md
|
2019-10-26 09:24:04 -03:00 |
|
Abhijith Vijayan
|
b7ed9f63ad
|
Merge pull request #3 from aneeshsharma/master
Fixed the type 'Write Once Run on Any Browser' in Readme.md
|
2019-10-25 21:25:51 +05:30 |
|
Anish
|
9f867e8fd6
|
Fixed the type 'Write Once Run on Any Browser' in Readme.md
|
2019-10-25 20:19:58 +05:30 |
|
abhijithvijayan
|
0dade2af89
|
update README.md
|
2019-10-25 18:10:38 +05:30 |
|
abhijithvijayan
|
85ae7baca6
|
update scripts to run with yarn
|
2019-10-25 18:05:44 +05:30 |
|
abhijithvijayan
|
d7ca2d7803
|
use [name].bundle.js file naming scheme for outputs
|
2019-10-25 17:46:39 +05:30 |
|
abhijithvijayan
|
5bf7a70694
|
write background property to manifest dynamically
|
2019-10-25 17:46:04 +05:30 |
|
abhijithvijayan
|
3fc3d01d17
|
dynamically generate version field for manifest.json from package.json
|
2019-10-25 16:48:45 +05:30 |
|
abhijithvijayan
|
dd18c91b21
|
send sample message on popup click to background.js
|
2019-10-25 16:29:59 +05:30 |
|
abhijithvijayan
|
bc13bd909c
|
add browser/webextensions env to eslint config
|
2019-10-25 16:13:10 +05:30 |
|
abhijithvijayan
|
8d5bf5fdf7
|
add babel config file to include presets & plugins
|
2019-10-25 16:10:06 +05:30 |
|
abhijithvijayan
|
737074c046
|
add @babel/plugin-transform-runtime for fixing runtime message issues in firefox
|
2019-10-25 16:09:00 +05:30 |
|
abhijithvijayan
|
d00d76e724
|
add webextension polyfill
|
2019-10-25 16:04:33 +05:30 |
|
abhijithvijayan
|
9dd8995438
|
add autoprefixer plugin config to webpack.config.js
|
2019-10-25 16:02:08 +05:30 |
|
abhijithvijayan
|
56898300a7
|
add postcss-loader, autoprefixer dev dependencies
|
2019-10-25 15:58:18 +05:30 |
|
abhijithvijayan
|
800258bc90
|
add terser plugin to minify js bundle
|
2019-10-25 15:55:27 +05:30 |
|
abhijithvijayan
|
4a3027d60b
|
add .zip files to deletion queue on new build
|
2019-10-25 15:53:39 +05:30 |
|
abhijithvijayan
|
3e95321edd
|
generate zip files for each browser build
|
2019-10-25 15:51:52 +05:30 |
|
abhijithvijayan
|
98294ac5e0
|
remove 'style-loader' as inline css is not used for extension
|
2019-10-25 14:02:56 +05:30 |
|
abhijithvijayan
|
6069b81075
|
set contentBase for webpack-dev-server
|
2019-10-25 14:02:35 +05:30 |
|
abhijithvijayan
|
23deb6fc2f
|
use html-webpack-plugin to inject js file on build
|
2019-10-25 13:51:02 +05:30 |
|
abhijithvijayan
|
a1bbd686c8
|
add clean-webpack-plugin to delete existing build dir on new build
|
2019-10-25 13:42:34 +05:30 |
|
abhijithvijayan
|
d0abe01ea5
|
[Fix] Bundle build paths - use target folder
|
2019-10-25 13:38:21 +05:30 |
|
abhijithvijayan
|
26410b402f
|
add copy-webpack-plugin to copy static assets(icons, manifest) on build
|
2019-10-25 13:36:45 +05:30 |
|
abhijithvijayan
|
738d00e6f1
|
add build scripts for each browser
|
2019-10-25 13:33:22 +05:30 |
|
abhijithvijayan
|
16ecbfc377
|
add cross-env for env passing
|
2019-10-25 13:32:23 +05:30 |
|
abhijithvijayan
|
ef1fe7e580
|
[Fix] style only entry generating js files
|
2019-10-25 13:30:37 +05:30 |
|
abhijithvijayan
|
418ab17150
|
use loaders to support bundling of scss files
|
2019-10-25 13:27:44 +05:30 |
|
abhijithvijayan
|
7f05b4462f
|
add html files
|
2019-10-25 13:02:56 +05:30 |
|
abhijithvijayan
|
16605c8619
|
add sample browser json manifests
|
2019-10-25 13:00:58 +05:30 |
|
abhijithvijayan
|
d52f303551
|
add sample favicons
|
2019-10-25 13:00:44 +05:30 |
|
abhijithvijayan
|
c308afa91b
|
add lint scripts & apply lint fixes
|
2019-10-25 12:38:20 +05:30 |
|
abhijithvijayan
|
a04a8e25d6
|
add sample sass files
|
2019-10-25 12:37:18 +05:30 |
|
abhijithvijayan
|
25dc9834aa
|
add build directory to gitignore
|
2019-10-25 12:36:13 +05:30 |
|
abhijithvijayan
|
a0a175a333
|
add eslint-config-onepass
|
2019-10-25 12:23:57 +05:30 |
|
abhijithvijayan
|
298bbe829d
|
add MIT Licence
|
2019-10-25 12:21:33 +05:30 |
|
abhijithvijayan
|
0e1c7ded13
|
scaffold out webpack files
|
2019-10-25 12:19:45 +05:30 |
|
abhijithvijayan
|
1f5b71590c
|
add gitignore
|
2019-10-25 12:19:03 +05:30 |
|
abhijithvijayan
|
8dd2318951
|
🔥 initial commit | initialize yarn project
|
2019-10-25 12:06:49 +05:30 |
|