mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
remove unused import from webpack config
This commit is contained in:
parent
93e7ed04f7
commit
22494e125f
|
@ -3,7 +3,6 @@ const webpack = require('webpack');
|
|||
const VERSION = JSON.stringify(require('../package.json').version);
|
||||
|
||||
const root = require('./helpers').root;
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const BANNER =
|
||||
`ReDoc - OpenAPI/Swagger-generated API Reference Documentation
|
||||
-------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user