We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68d89f commit 99b6a65Copy full SHA for 99b6a65
2 files changed
package.json
@@ -106,7 +106,7 @@
106
"sequelize-cli": "^6.5.1",
107
"spdx-correct": "^3.1.1",
108
"spdx-license-ids": "^3.0.12",
109
- "sqlite3": "^5.1.2",
+ "sqlite3": "5.1.2",
110
"url": "^0.11.0",
111
"url-loader": "^4.1.1",
112
"util": "^0.12.4"
webpack.rules.js
@@ -10,18 +10,6 @@ module.exports = [
10
test: /\.node$/,
11
loader: "node-loader",
12
},
13
-
14
- // {
15
- // test: /\.(m?js|node)$/,
16
- // parser: { amd: false },
17
- // use: {
18
- // loader: '@vercel/webpack-asset-relocator-loader',
19
- // // options: {
20
- // // outputAssetBase: 'native_modules',
21
- // // // emitDirnameAll: true,
22
- // // },
23
- // }
24
- // },
25
{
26
test: /\.(png|jpg|jpeg|eps|gif)$/i,
27
use: [
0 commit comments