Skip to content

Commit

Permalink
Merge pull request #176 from bandzoogle/esbuild-compile
Browse files Browse the repository at this point in the history
Add `browser` property
  • Loading branch information
WesCossick authored Dec 7, 2023
2 parents 131a27f + 429950a commit d85eed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "w3c-css-validator",
"version": "1.3.1",
"version": "1.3.2",
"description": "Easily validate CSS using W3C's public CSS validator service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"browser": {
"https": false,
"util": false
},
"scripts": {
"dev": "yarn install --frozen-lockfile && yarn compile && yarn --cwd ./website install --frozen-lockfile",
"test": "jest && rugged",
Expand Down
4 changes: 0 additions & 4 deletions test-projects/browser/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.js'],
fallback: {
https: false,
util: false,
},
},
output: {
filename: 'bundle.js',
Expand Down

0 comments on commit d85eed0

Please sign in to comment.