Move up all sources in src directory.
This commit is contained in:
parent
b5804f5d21
commit
3f90c33a3a
@ -1,2 +1,2 @@
|
||||
@pre-border-color: @pre-bg; // hide the border.
|
||||
@import "../less/main.less";
|
||||
@import "./main.less";
|
@ -4,7 +4,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname, 'src'),
|
||||
entry: './js/app.js',
|
||||
entry: './app.js',
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
rules: [{
|
||||
|
Loading…
Reference in New Issue
Block a user