test version bump
This commit is contained in:
parent
e1542f50f8
commit
a97bd302f7
@ -4,6 +4,7 @@ const webpack = require('webpack');
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const ExtractCssChunks = require('extract-css-chunks-webpack-plugin');
|
||||
|
||||
//
|
||||
const SRC_DIR = path.join(__dirname, '../src');
|
||||
const PUBLIC_DIR = path.join(__dirname, '../public');
|
||||
const DIST_DIR = path.join(__dirname, '../dist');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user