Skip to content

Commit

Permalink
Fix namespace placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteenbeek committed Jan 25, 2021
1 parent 5be83e2 commit 17c7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/root/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require("path");
const webpack = require("webpack");
const dir_build = path.resolve(__dirname, "dist/hds_/ces");
const dir_build = path.resolve(__dirname, "dist/hds_/<%= namespace %>");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const TerserPlugin = require("terser-webpack-plugin");
Expand Down

0 comments on commit 17c7632

Please sign in to comment.