mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-08-09 21:57:35 +02:00
Headline to upper case transformation
* Add testing capability (mocha, chai) * Add MarkdownElement to text item
This commit is contained in:
@ -15,10 +15,9 @@ module.exports = {
|
||||
filename: 'bundle.js'
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['', '.js', '.vue'],
|
||||
extensions: ['', '.js'],
|
||||
fallback: [path.join(__dirname, '../node_modules')],
|
||||
alias: {
|
||||
'vue$': 'vue/dist/vue',
|
||||
'src': path.resolve(__dirname, '../src'),
|
||||
'assets': path.resolve(__dirname, '../src/assets'),
|
||||
'components': path.resolve(__dirname, '../src/components')
|
||||
|
Reference in New Issue
Block a user