mirror of https://github.com/explosion/spaCy.git
Try to work around Sharp build issue [ci skip]
This commit is contained in:
parent
5762876dcc
commit
50162b8726
|
@ -1,6 +1,11 @@
|
||||||
const autoprefixer = require('autoprefixer')
|
const autoprefixer = require('autoprefixer')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
|
// https://florian.ec/blog/gatsby-build-netlify-segmentation-fault/
|
||||||
|
const sharp = require('sharp')
|
||||||
|
sharp.cache(false)
|
||||||
|
sharp.simd(false)
|
||||||
|
|
||||||
// Markdown plugins
|
// Markdown plugins
|
||||||
const wrapSectionPlugin = require('./src/plugins/remark-wrap-section.js')
|
const wrapSectionPlugin = require('./src/plugins/remark-wrap-section.js')
|
||||||
const customAttrsPlugin = require('./src/plugins/remark-custom-attrs.js')
|
const customAttrsPlugin = require('./src/plugins/remark-custom-attrs.js')
|
||||||
|
|
Loading…
Reference in New Issue