Skip to content

Commit

Permalink
fix: drop code from demo config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Oct 21, 2021
1 parent 7ed4cdf commit ad85ad4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions demo/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const path = require("path");
const webpack = require("webpack");

const dcPath = "https://code.donkeyclip.com";

module.exports = {
context: path.resolve(__dirname),

Expand Down Expand Up @@ -42,12 +40,5 @@ module.exports = {
historyApiFallback: false,
hot: true,
static: path.join(__dirname),
open: dcPath,
headers: {
"Access-Control-Allow-Origin": dcPath,
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
"Access-Control-Allow-Headers":
"X-Requested-With, content-type, Authorization",
},
},
};

0 comments on commit ad85ad4

Please sign in to comment.