mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
chore(blockTools): webpack fix
This commit is contained in:
parent
0d70ba087d
commit
a44226257d
@ -3,7 +3,7 @@ const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
entry: './demo/index',
|
||||
entry: './demo/index.js',
|
||||
mode: 'development',
|
||||
devServer: {
|
||||
contentBase: path.join(__dirname, 'dist'),
|
||||
|
Loading…
Reference in New Issue
Block a user