mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 22:24:24 +01:00
chore: remove html webpack plugin
This commit is contained in:
@@ -6,11 +6,10 @@
|
|||||||
"vue": "3"
|
"vue": "3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"html-webpack-plugin": "^5.5.0",
|
|
||||||
"webpack": "^5.65.0",
|
"webpack": "^5.65.0",
|
||||||
"webpack-cli": "^4.9.1"
|
"webpack-cli": "^4.9.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack"
|
"build": "mkdir -p dist/ && cp index.html dist/ && webpack"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,10 +18,5 @@ module.exports = {
|
|||||||
stream: 'readable-stream/readable.js',
|
stream: 'readable-stream/readable.js',
|
||||||
crypto: false
|
crypto: false
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
plugins: [
|
|
||||||
new HtmlWebpackPlugin({
|
|
||||||
template: 'index.html'
|
|
||||||
})
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user