Midnight 3 years ago
commit fed78fc93f

@ -1,14 +1,14 @@
module.exports = {
webpack: (config, options) => {
config.module.rules.push(
{
test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/,
loader: 'url-loader?limit=100000'
}
)
return config
},
env: {
AIRTABLE: "keygkEz5Bp89HsIJt",
},
}
module.exports = {
webpack: (config, options) => {
config.module.rules.push(
{
test: /\.(jpe?g|png|jpg|gif|woff|woff2|eot|ttf|svg)(\?[a-z0-9=.]+)?$/,
loader: 'url-loader?limit=100000'
}
)
return config
},
env: {
AIRTABLE: "keygkEz5Bp89HsIJt",
},
}

Loading…
Cancel
Save