mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
3 lines
187 B
JavaScript
3 lines
187 B
JavaScript
// Add here all the external scripts that the content script might need
|
|
// and run browserify on it to create vendor.bundle.js
|
|
const Readability = require('readability-node').Readability; |