chore: temporarily revert pdf export fix [skip e2e]
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable */
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
||||
@@ -14,7 +13,6 @@ module.exports = (env) => {
|
||||
|
||||
const copyPluginPatterns = [
|
||||
{ from: 'src/favicon', to: 'favicon' },
|
||||
{ from: 'src/assets', to: 'assets' },
|
||||
{ from: 'src/vendor', to: 'dist' },
|
||||
{ from: 'src/404.html' },
|
||||
{ from: 'src/422.html' },
|
||||
|
||||
Reference in New Issue
Block a user