Skip to content

Commit 629e82c

Browse files
committed
minor
1 parent da14593 commit 629e82c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/prism/codeBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function CodeBox(elem) {
172172
console.error(e);
173173

174174
alert("Ошибка: " + e.message);
175-
alert(e.stack.split("\n").slice(3));
175+
alert(e.stack.split("\n").slice(4));
176176
}
177177

178178
} else {

modules/config/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ var webpackConfig = {
159159
};
160160

161161

162-
if (process.env.NODE_ENV != 'development') { // production, ebook
162+
if (process.env.NODE_ENV != 'development' && 0) { // production, ebook
163163
webpackConfig.plugins.push(
164164
function clearBeforeRun() {
165165
function clear(compiler, callback) {

0 commit comments

Comments
 (0)