Skip to content
Merged

Next #280

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nullstack",
"version": "0.16.4",
"version": "0.16.5",
"description": "Full-stack Javascript Components for one-dev armies",
"main": "nullstack.js",
"author": "Mortaro",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function server(env, argv) {
const entryExtension = existsSync(path.join(dir, 'server.ts')) ? 'ts' : 'js';
const icons = {};
const publicFiles = readdirSync(path.join(dir, 'public'));
const babel = argv.babel;
const babel = argv.loader === 'babel';
for (const file of publicFiles) {
if (file.startsWith('icon-')) {
const size = file.split('x')[1].split('.')[0];
Expand Down