Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Reverted to src/app for tests/imports (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Earl authored Apr 19, 2017
1 parent 912f5c2 commit 7723cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/test.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getWebpackConfig(skyPagesConfig) {
skyPagesConfig.runtime.includeRouteModule = false;

const ENV = process.env.ENV = process.env.NODE_ENV = 'test';
const srcPath = path.resolve(process.cwd(), 'src');
const srcPath = path.resolve(process.cwd(), 'src', 'app');
const moduleLoader = outPath('loader', 'sky-pages-module');

const resolves = [
Expand Down

0 comments on commit 7723cdb

Please sign in to comment.