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