We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da14593 commit 629e82cCopy full SHA for 629e82c
2 files changed
client/prism/codeBox.js
@@ -172,7 +172,7 @@ function CodeBox(elem) {
172
console.error(e);
173
174
alert("Ошибка: " + e.message);
175
- alert(e.stack.split("\n").slice(3));
+ alert(e.stack.split("\n").slice(4));
176
}
177
178
} else {
modules/config/webpack.js
@@ -159,7 +159,7 @@ var webpackConfig = {
159
};
160
161
162
-if (process.env.NODE_ENV != 'development') { // production, ebook
+if (process.env.NODE_ENV != 'development' && 0) { // production, ebook
163
webpackConfig.plugins.push(
164
function clearBeforeRun() {
165
function clear(compiler, callback) {
0 commit comments