Midnight 3 years ago
commit fed78fc93f

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

Loading…
Cancel
Save