1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

rm unused code

This commit is contained in:
Peter Savchenko 2022-08-23 00:29:04 +03:00
parent 86aa22a99d
commit b9bd03929b
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C

View file

@ -61,19 +61,6 @@ export default () => {
}, },
], ],
}, },
/**
* https://github.com/webpack/webpack/issues/11467#issuecomment-691873586
*/
// {
// test: /\.m?js/,
// type: "javascript/auto",
// },
// {
// test: /\.m?js/,
// resolve: {
// fullySpecified: false,
// },
// },
{ {
test: /\.js$/, test: /\.js$/,
exclude: /(node_modules|bower_components)/, exclude: /(node_modules|bower_components)/,